bin/md2html@12ac68eb173f
bin/md2html
Wed, 27 Dec 2023 01:39:18 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 27 Dec 2023 01:39:18 -0600
- changeset 1138
- 12ac68eb173f
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
add .default-gems for asdf-ruby
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"