bin/mutt-md2html

Fri, 05 May 2017 17:36:49 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 05 May 2017 17:36:49 -0400
changeset 564
81f1da7a57e1
parent 561
afae5b9713e9
child 565
b559ab3fd0ce
permissions
-rwxr-xr-x

move html dump stuff into one file and customize

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

mercurial