no blank-before-blockquote

Fri, 05 May 2017 11:59:19 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 05 May 2017 11:59:19 -0400
changeset 561
afae5b9713e9
parent 560
e29b421c22b7
child 562
24e09b8ff36c

no blank-before-blockquote

bin/mutt-md2html file | annotate | diff | comparison | revisions
--- a/bin/mutt-md2html
+++ b/bin/mutt-md2html
@@ -1,6 +1,7 @@
 #!/bin/sh
 exec pandoc -sS \
-  -f markdown -t html5 \
+  -f markdown-blank_before_blockquote \
+  -t html5 \
   --self-contained \
   --template=mail \
   --highlight-style=monochrome \

mercurial