bin/md2html@dd4f69be5e32
bin/md2html
Sun, 31 Dec 2023 04:32:25 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 31 Dec 2023 04:32:25 -0500
- changeset 1142
- dd4f69be5e32
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Add perl ver to sdbm filename due to breakage
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"