bin/md2html@b7d88feee303
bin/md2html
Mon, 20 Feb 2023 15:15:50 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Feb 2023 15:15:50 -0600
- changeset 1040
- b7d88feee303
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
fvim's font rendering is small for some reason.
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"