# HG changeset patch # User Meredith Howard # Date 1493999959 14400 # Node ID afae5b9713e9588d480b341065f81f1cf0d65289 # Parent e29b421c22b71d023ed9813f4cbbda8b8ae94f8f no blank-before-blockquote diff --git a/bin/mutt-md2html b/bin/mutt-md2html --- 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 \