aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--mutt/filters/markdown-to-html.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 55803f33..2d0f4a97 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.10.3
-Mon, 25 May 2020 04:35:13 +0000
+tejr dotfiles v9.10.4
+Mon, 25 May 2020 04:40:49 +0000
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 \