projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78b09b
)
New file, tweak-html
author
Mike Taylor
<mike@indexdata.com>
Mon, 13 Oct 2014 12:47:41 +0000
(13:47 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 13 Oct 2014 12:47:41 +0000
(13:47 +0100)
doc/tweak-html
[new file with mode: 0755]
patch
|
blob
diff --git a/doc/tweak-html
b/doc/tweak-html
new file mode 100755
(executable)
index 0000000..
44d208b
--- /dev/null
+++ b/
doc/tweak-html
@@ -0,0
+1,6
@@
+#!/bin/sh
+
+# Tweak the HTML generated by pandoc into the form we want
+
+cat ${@+"$@"} |
+ sed '/^<col width="[0-9]*%" \/>$//d'