bin/md2html@b57969db48db
bin/md2html
Sun, 12 Feb 2023 14:42:31 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Feb 2023 14:42:31 -0600
- changeset 1014
- b57969db48db
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
start nvim config
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"