bin/mutt-md2html@be3938b95ee6
bin/mutt-md2html
Fri, 28 Jan 2022 14:41:33 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 28 Jan 2022 14:41:33 -0600
- changeset 974
- be3938b95ee6
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
prefer solargraph over typeprof
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"