comparison: bin/mutt-md2html
bin/mutt-md2html
- changeset 556
- 0313b9d2f171
- parent 552
- 1a131edec257
- child 561
- afae5b9713e9
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 exec pandoc -sS --self-contained --highlight-style=monochrome -f markdown -t html5 $* |
2 exec pandoc -sS \ |
|
3 -f markdown -t html5 \ |
|
4 --self-contained \ |
|
5 --template=mail \ |
|
6 --highlight-style=monochrome \ |
|
7 $* |