bin/mutt-md2html

Mon, 01 May 2017 13:20:47 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 May 2017 13:20:47 -0400
changeset 556
0313b9d2f171
parent 552
1a131edec257
child 561
afae5b9713e9
permissions
-rwxr-xr-x

Make a stripped-down html5 mail template

552
1a131edec257 Nice up pandoc-html thing
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 #!/bin/sh
556
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents: 552
diff changeset
2 exec pandoc -sS \
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents: 552
diff changeset
3 -f markdown -t html5 \
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents: 552
diff changeset
4 --self-contained \
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents: 552
diff changeset
5 --template=mail \
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents: 552
diff changeset
6 --highlight-style=monochrome \
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents: 552
diff changeset
7 $*

mercurial