bin/mutt-md2html@bdbfa576e84f
bin/mutt-md2html
Wed, 03 Apr 2019 03:11:25 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 03 Apr 2019 03:11:25 -0400
- changeset 752
- bdbfa576e84f
- parent 684
-
217647e6c878
- child 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
git likes to wait on hooks if you keep STD* open
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*