bin/mutt-md2html@aa4c1aa529a5
bin/mutt-md2html
Sat, 11 Mar 2023 21:38:57 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 11 Mar 2023 21:38:57 -0600
- changeset 1078
- aa4c1aa529a5
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
Start porting custom commands to lua
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"