bin/mutt-md2html

changeset 561
afae5b9713e9
parent 556
0313b9d2f171
child 565
b559ab3fd0ce
equal deleted inserted replaced
560:e29b421c22b7 561:afae5b9713e9
1 #!/bin/sh 1 #!/bin/sh
2 exec pandoc -sS \ 2 exec pandoc -sS \
3 -f markdown -t html5 \ 3 -f markdown-blank_before_blockquote \
4 -t html5 \
4 --self-contained \ 5 --self-contained \
5 --template=mail \ 6 --template=mail \
6 --highlight-style=monochrome \ 7 --highlight-style=monochrome \
7 $* 8 $*

mercurial