New file, tweak-html
authorMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 12:47:41 +0000 (13:47 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 12:47:41 +0000 (13:47 +0100)
doc/tweak-html [new file with mode: 0755]

diff --git a/doc/tweak-html b/doc/tweak-html
new file mode 100755 (executable)
index 0000000..44d208b
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Tweak the HTML generated by pandoc into the form we want
+
+cat ${@+"$@"} |
+    sed '/^<col width="[0-9]*%" \/>$//d'