bin/mutt-md2html@b1b644e9825d
bin/mutt-md2html
Tue, 14 Feb 2023 02:39:04 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 14 Feb 2023 02:39:04 -0600
- changeset 1020
- b1b644e9825d
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Add more plain vim plugins
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"