Mon, 12 Jun 2017 17:20:38 -0400
smarter jk maps
552 | 1 | #!/bin/sh |
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
552
diff
changeset
|
2 | exec pandoc -sS \ |
561
afae5b9713e9
no blank-before-blockquote
Meredith Howard <mhoward@roomag.org>
parents:
556
diff
changeset
|
3 | -f markdown-blank_before_blockquote \ |
afae5b9713e9
no blank-before-blockquote
Meredith Howard <mhoward@roomag.org>
parents:
556
diff
changeset
|
4 | -t html5 \ |
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
552
diff
changeset
|
5 | --self-contained \ |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
552
diff
changeset
|
6 | --template=mail \ |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
552
diff
changeset
|
7 | --highlight-style=monochrome \ |
565 | 8 | --email-obfuscation=none \ |
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
552
diff
changeset
|
9 | $* |