bin/mutt-md2html@1cf0a8981da5
bin/mutt-md2html
Tue, 02 May 2017 01:42:31 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 02 May 2017 01:42:31 -0400
- changeset 559
- 1cf0a8981da5
- parent 556
-
0313b9d2f171
- child 561
-
afae5b9713e9
- permissions
- -rwxr-xr-x
Add github template
#!/bin/sh
exec pandoc -sS \
-f markdown -t html5 \
--self-contained \
--template=mail \
--highlight-style=monochrome \
$*