bin/mutt-md2html@8de875515620
bin/mutt-md2html
Wed, 07 Jun 2017 14:04:14 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 07 Jun 2017 14:04:14 -0700
- changeset 596
- 8de875515620
- parent 565
-
b559ab3fd0ce
- child 684
-
217647e6c878
- permissions
- -rwxr-xr-x
Update for current neomutt
#!/bin/sh
exec pandoc -sS \
-f markdown-blank_before_blockquote \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*