bin/mutt-md2html

Sun, 31 Dec 2017 14:42:54 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 31 Dec 2017 14:42:54 -0500
changeset 666
0cf4a2458e49
parent 565
b559ab3fd0ce
child 684
217647e6c878
permissions
-rwxr-xr-x

add conflict marker highlight

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

mercurial