bin/md2html@ace6b39b2ba7
bin/md2html
Wed, 27 Dec 2023 01:38:27 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 27 Dec 2023 01:38:27 -0600
- changeset 1136
- ace6b39b2ba7
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
remove setup-gem-faves / gemfile
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"