bin/mutt-md2html@ace6b39b2ba7
bin/mutt-md2html
Wed, 27 Dec 2023 01:38:27 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 27 Dec 2023 01:38:27 -0600
- changeset 1136
- ace6b39b2ba7
- parent 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
remove setup-gem-faves / gemfile
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
"$@"