aboutsummaryrefslogtreecommitdiff
path: root/convert.awk
diff options
context:
space:
mode:
Diffstat (limited to 'convert.awk')
-rw-r--r--convert.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/convert.awk b/convert.awk
index 4eccdbf..cc1a96d 100644
--- a/convert.awk
+++ b/convert.awk
@@ -10,6 +10,11 @@ NR < 61 { next }
# Page headers
/^ *Constance Ring *$/ { next }
+/^(II*|IV)\.?$/ {
+ print "# " $0
+ next
+}
+
{
print
}