bin/mutt-md2html@0d98622cf4d6
bin/mutt-md2html
Tue, 19 Oct 2021 20:32:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 19 Oct 2021 20:32:36 -0500
- changeset 952
- 0d98622cf4d6
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
rework perltidy again
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"