bin/md2html@ed422782cd13
bin/md2html
Thu, 06 Feb 2025 00:20:33 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 06 Feb 2025 00:20:33 -0600
- changeset 1187
- ed422782cd13
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Clean up lazy-bootstrap
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"