bin/mutt-md2html@0e927f9c141a
bin/mutt-md2html
Sat, 10 Jun 2017 19:48:39 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 10 Jun 2017 19:48:39 -0400
- changeset 600
- 0e927f9c141a
- parent 565
-
b559ab3fd0ce
- child 684
-
217647e6c878
- permissions
- -rwxr-xr-x
Sadly, this is hg >= 4.2 only
#!/bin/sh
exec pandoc -sS \
-f markdown-blank_before_blockquote \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*