bin/md2html@7980dce66a7a
bin/md2html
Wed, 13 Oct 2021 13:22:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 13 Oct 2021 13:22:12 -0500
- changeset 950
- 7980dce66a7a
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Fix up zsh vi mode
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"