Only H1 and H2 introduce a new pane.
authorMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 15:35:04 +0000 (16:35 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 15:35:04 +0000 (16:35 +0100)
(So multiple H3 section can be contained in one.)

doc/tweak-html

index d237ed1..c0d75ba 100755 (executable)
@@ -6,7 +6,7 @@ cat ${@+"$@"} |
     sed '/^<col width="[0-9]*%" \/>$/d' |
     sed 's/<body>/&\
 <img src="images\/mkws-logo-300px.png" alt="MKWS logo"\/>/' | awk '
-/^<h[0-9] id/ {
+/^<h[12] id/ {
   if (seen) {
     print "</div>";
   }