bin/mutt-md2html@dd4f69be5e32
bin/mutt-md2html
Sun, 31 Dec 2023 04:32:25 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 31 Dec 2023 04:32:25 -0500
- changeset 1142
- dd4f69be5e32
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Add perl ver to sdbm filename due to breakage
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"