bin/mutt-md2html@45bae0da5756
bin/mutt-md2html
Wed, 13 Feb 2019 00:30:45 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 13 Feb 2019 00:30:45 -0600
- changeset 733
- 45bae0da5756
- parent 684
-
217647e6c878
- child 931
-
55c477df9d1b
- permissions
- -rwxr-xr-x
get full PATH in shortcut mvim windows
#!/bin/sh
exec pandoc \
--quiet \
--standalone \
-f markdown-blank_before_blockquote+smart \
-t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
--email-obfuscation=none \
$*