bin/mutt-md2html@0f2e760661e8
bin/mutt-md2html
Thu, 21 Dec 2017 19:56:48 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 21 Dec 2017 19:56:48 -0500
- changeset 663
- 0f2e760661e8
- parent 565
-
b559ab3fd0ce
- child 684
-
217647e6c878
- permissions
- -rwxr-xr-x
update build-neomutt
#!/bin/sh
exec pandoc -sS \
-f markdown-blank_before_blockquote \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*