bin/md2html@647fa5ff10a1
bin/md2html
Sun, 20 Nov 2022 20:46:37 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 20 Nov 2022 20:46:37 -0600
- changeset 1007
- 647fa5ff10a1
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
fix indented heredoc inline sql
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"