bin/mutt-md2html@7a17b7825b5f
bin/mutt-md2html
Tue, 14 Nov 2023 02:24:17 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 14 Nov 2023 02:24:17 -0500
- changeset 1135
- 7a17b7825b5f
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
switch fidget.nvim back to main
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"