bin/mutt-md2html

Fri, 23 Jun 2017 18:00:45 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 23 Jun 2017 18:00:45 -0400
changeset 609
46f19b7955d8
parent 565
b559ab3fd0ce
child 684
217647e6c878
permissions
-rwxr-xr-x

add check for .xmodmaprc.local

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

mercurial