bin/mutt-md2html

Sat, 10 Jun 2017 16:19:12 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 10 Jun 2017 16:19:12 -0700
changeset 598
1698d432a2eb
parent 565
b559ab3fd0ce
child 684
217647e6c878
permissions
-rwxr-xr-x

add gh schemes, why not

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

mercurial