bin/mutt-md2html@532c7964b23f
bin/mutt-md2html
Thu, 12 Oct 2023 21:32:02 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 12 Oct 2023 21:32:02 -0400
- changeset 1132
- 532c7964b23f
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Fix event key typo
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"