bin/md2html@1092ac0393ec
bin/md2html
Fri, 04 Feb 2022 20:25:32 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 04 Feb 2022 20:25:32 -0600
- changeset 976
- 1092ac0393ec
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
PlugUpgrade
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"