bin/mutt-md2html

Mon, 05 Jun 2017 20:26:33 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 05 Jun 2017 20:26:33 -0700
changeset 595
d034d9f4a36b
parent 565
b559ab3fd0ce
child 684
217647e6c878
permissions
-rwxr-xr-x

add no-tty

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

mercurial