bin/mutt-md2html@c39d655f455c
bin/mutt-md2html
Mon, 03 Feb 2020 08:46:42 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 03 Feb 2020 08:46:42 -0600
- changeset 848
- c39d655f455c
- parent 684
-
217647e6c878
- child 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
drop FancyPrompt
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*