bin/md2html@6944e81bc60f
bin/md2html
Mon, 13 Feb 2023 02:29:07 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 13 Feb 2023 02:29:07 -0600
- changeset 1017
- 6944e81bc60f
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
A few more maps
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"