bin/mutt-md2html@9e1ec7624f59
bin/mutt-md2html
Fri, 05 Aug 2022 20:56:17 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 05 Aug 2022 20:56:17 -0500
- changeset 997
- 9e1ec7624f59
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Update for newer configs, use autostash
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"