bin/mutt-md2html

changeset 561
afae5b9713e9
parent 556
0313b9d2f171
child 565
b559ab3fd0ce
--- 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