Remove table of contents and numbers headers.

This commit is contained in:
2025-09-27 13:48:23 -07:00
parent 62140c6f6b
commit 40b45c734d

View File

@@ -17,7 +17,7 @@ cp $md /tmp/
#sed -i "s/{REVISION_DATE}/`date +'%Y-%m-%d'`/g" /tmp/$md
pandoc /tmp/$md \
-s -N --toc --toc-depth=3 \
-s \
-o $ebook
status=$?