bin/mutt-md2html@0b6dae901ee5
bin/mutt-md2html
Wed, 03 Apr 2019 09:39:34 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 03 Apr 2019 09:39:34 -0500
- changeset 754
- 0b6dae901ee5
- parent 684
-
217647e6c878
- child 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Don't abort when we just created the tags file
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*