bin/mutt-md2html@12d7a48cef22
bin/mutt-md2html
Wed, 28 Dec 2022 22:28:58 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 28 Dec 2022 22:28:58 -0500
- changeset 1006
- 12d7a48cef22
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
add shfmt and scdoc stubs
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"