bin/md2html@0d98622cf4d6
bin/md2html
Tue, 19 Oct 2021 20:32:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 19 Oct 2021 20:32:36 -0500
- changeset 952
- 0d98622cf4d6
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
rework perltidy again
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"