bin/mutt-md2html

changeset 556
0313b9d2f171
parent 552
1a131edec257
child 561
afae5b9713e9
--- a/bin/mutt-md2html
+++ b/bin/mutt-md2html
@@ -1,2 +1,7 @@
 #!/bin/sh
-exec pandoc -sS --self-contained --highlight-style=monochrome -f markdown -t html5 $*
+exec pandoc -sS \
+  -f markdown -t html5 \
+  --self-contained \
+  --template=mail \
+  --highlight-style=monochrome \
+   $*

mercurial