aboutsummaryrefslogtreecommitdiff
path: root/mutt/filters/markdown-to-html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/filters/markdown-to-html.sh')
-rw-r--r--mutt/filters/markdown-to-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/filters/markdown-to-html.sh b/mutt/filters/markdown-to-html.sh
index b0b8eee7..cdba8ace 100644
--- a/mutt/filters/markdown-to-html.sh
+++ b/mutt/filters/markdown-to-html.sh
@@ -1,5 +1,5 @@
printf 'text/html\n\n'
-sed 's/ $/ /;/[^ ]$/s/$/ /;s/^-- $/--- /' |
+sed 's/ $/ /;/[^ ]$/s/$/ /;s/^-- $/-- /' |
pandoc \
--from markdown_strict+smart \
--metadata=pagetitle:HTML \