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.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mutt/filters/markdown-to-html.sh b/mutt/filters/markdown-to-html.sh
index cdba8ace..5fe28560 100644
--- a/mutt/filters/markdown-to-html.sh
+++ b/mutt/filters/markdown-to-html.sh
@@ -4,4 +4,5 @@ pandoc \
--from markdown_strict+smart \
--metadata=pagetitle:HTML \
--standalone \
- --to html4
+ --to html4 |
+sed '/[—–][—–]/{s/—/---/g;s/–/--/g}'