bin/mutt-md2html

Mon, 01 May 2017 13:32:57 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 May 2017 13:32:57 -0400
changeset 557
6631ca6ce1a1
parent 556
0313b9d2f171
child 561
afae5b9713e9
permissions
-rwxr-xr-x

tweak a little more

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

mercurial