bin/mutt-md2html@b7d88feee303
bin/mutt-md2html
Mon, 20 Feb 2023 15:15:50 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Feb 2023 15:15:50 -0600
- changeset 1040
- b7d88feee303
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
fvim's font rendering is small for some reason.
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"