bin/mutt-md2html@bcc7823e8991
bin/mutt-md2html
Sat, 10 Jun 2017 15:55:24 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 10 Jun 2017 15:55:24 -0700
- changeset 597
- bcc7823e8991
- parent 565
-
b559ab3fd0ce
- child 684
-
217647e6c878
- permissions
- -rwxr-xr-x
customize log color and format, simplify committemplate
#!/bin/sh
exec pandoc -sS \
-f markdown-blank_before_blockquote \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*