bin/mutt-md2html

changeset 684
217647e6c878
parent 565
b559ab3fd0ce
child 931
55c477df9d1b
--- a/bin/mutt-md2html
+++ b/bin/mutt-md2html
@@ -1,6 +1,8 @@
 #!/bin/sh
-exec pandoc -sS \
-  -f markdown-blank_before_blockquote \
+exec pandoc \
+  --quiet \
+  --standalone \
+  -f markdown-blank_before_blockquote+smart \
   -t html5 \
   --self-contained \
   --template=mail \

mercurial