bin/md2html@be3938b95ee6
bin/md2html
Fri, 28 Jan 2022 14:41:33 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 28 Jan 2022 14:41:33 -0600
- changeset 974
- be3938b95ee6
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
prefer solargraph over typeprof
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"