683:ea343e7d3abc | 684:217647e6c878 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 exec pandoc -sS \ | 2 exec pandoc \ |
3 -f markdown-blank_before_blockquote \ | 3 --quiet \ |
4 --standalone \ | |
5 -f markdown-blank_before_blockquote+smart \ | |
4 -t html5 \ | 6 -t html5 \ |
5 --self-contained \ | 7 --self-contained \ |
6 --template=mail \ | 8 --template=mail \ |
7 --highlight-style=monochrome \ | 9 --highlight-style=monochrome \ |
8 --email-obfuscation=none \ | 10 --email-obfuscation=none \ |