bin/md2html@f3044a1658fc
bin/md2html
Mon, 09 Oct 2023 18:47:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 09 Oct 2023 18:47:36 -0500
- changeset 1131
- f3044a1658fc
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
nvim: switch to preferring last symver tag / add exceptions
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"