bin/mutt-md2html

Sun, 19 Nov 2017 20:24:37 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 19 Nov 2017 20:24:37 -0500
changeset 655
3401fe6aa66f
parent 565
b559ab3fd0ce
child 684
217647e6c878
permissions
-rwxr-xr-x

no auto-pager

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

mercurial