bin/mutt-md2html@12ac68eb173f
bin/mutt-md2html
Wed, 27 Dec 2023 01:39:18 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 27 Dec 2023 01:39:18 -0600
- changeset 1138
- 12ac68eb173f
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
add .default-gems for asdf-ruby
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"