bin/mutt-md2html

Fri, 15 Nov 2019 22:36:45 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 15 Nov 2019 22:36:45 -0500
changeset 821
013f5efa8f2d
parent 684
217647e6c878
child 931
55c477df9d1b
permissions
-rwxr-xr-x

make urxvtcd default autostart

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

mercurial