bin/md2html@a120f1d3d932
bin/md2html
Mon, 14 Aug 2023 22:04:03 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 14 Aug 2023 22:04:03 -0400
- changeset 1127
- a120f1d3d932
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
tmux: update DBUS_SESSION_BUS_ADDRESS to fix gpg pinentry
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown+smart \
-t html5 \
--toc \
--toc-depth=5 \
--self-contained \
--template=md2html \
"$@"