bin/mutt-md2html

Fri, 05 May 2017 17:48:00 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 05 May 2017 17:48:00 -0400
changeset 565
b559ab3fd0ce
parent 561
afae5b9713e9
child 684
217647e6c878
permissions
-rwxr-xr-x

disable email obfu

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

mercurial