bin/md2html@9e1ec7624f59
bin/md2html
Fri, 05 Aug 2022 20:56:17 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 05 Aug 2022 20:56:17 -0500
- changeset 997
- 9e1ec7624f59
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Update for newer configs, use autostash
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"