bin/mutt-md2html@3d460b026be9
bin/mutt-md2html
Tue, 07 Jan 2020 14:27:38 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 07 Jan 2020 14:27:38 -0600
- changeset 847
- 3d460b026be9
- parent 684
-
217647e6c878
- child 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Better multipart, working tmpfile cleanup
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*