bin/md2html@91900ecf0e8c
bin/md2html
Mon, 20 Feb 2023 00:53:33 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Feb 2023 00:53:33 -0600
- changeset 1039
- 91900ecf0e8c
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Add gui (fvim) settings
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"