bin/mutt-md2html@bc8f07aedeb3
bin/mutt-md2html
Mon, 25 May 2020 00:23:43 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 25 May 2020 00:23:43 -0400
- changeset 872
- bc8f07aedeb3
- parent 684
-
217647e6c878
- child 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
improve perl tags / tagbar
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*