bin/mutt-md2html@2ee5e91dbf58
bin/mutt-md2html
Tue, 02 May 2017 00:34:15 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 02 May 2017 00:34:15 -0400
- changeset 558
- 2ee5e91dbf58
- parent 556
-
0313b9d2f171
- child 561
-
afae5b9713e9
- permissions
- -rwxr-xr-x
add pandoc
#!/bin/sh
exec pandoc -sS \
-f markdown -t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
$*