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

#!/bin/sh
exec pandoc -sS \
  -f markdown -t html5 \
  --self-contained \
  --template=mail \
  --highlight-style=monochrome \
   $*

mercurial