bin/mutt-md2html

Mon, 04 Dec 2017 14:43:44 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 04 Dec 2017 14:43:44 -0500
changeset 658
69ed96c80ed0
parent 565
b559ab3fd0ce
child 684
217647e6c878
permissions
-rwxr-xr-x

use the perl compiler plugin, maybe i was confused

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

mercurial