bin/md2html@17d8ea40fb15
bin/md2html
Fri, 06 Aug 2021 11:34:28 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 06 Aug 2021 11:34:28 -0500
- changeset 935
- 17d8ea40fb15
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
add fork-point alias
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"