bin/mutt-md2html@00240c15eca5
bin/mutt-md2html
Sun, 31 Dec 2023 04:23:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 31 Dec 2023 04:23:36 -0500
- changeset 1141
- 00240c15eca5
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
only do autopairs bracket endwise at end of line
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"