bin/mutt-md2html@b5df8971e99b
bin/mutt-md2html
Fri, 06 May 2022 05:12:36 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 06 May 2022 05:12:36 -0400
- changeset 989
- b5df8971e99b
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
add stow stub
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"