bin/md2html@f1e5d30543ba
bin/md2html
Sun, 09 Jan 2022 14:57:39 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 09 Jan 2022 14:57:39 -0500
- changeset 965
- f1e5d30543ba
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
forget the minimal setup mode
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"