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 bd908f91..acb51ced 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.10.1
-Sun, 24 May 2020 22:23:27 +0000
+tejr dotfiles v9.10.2
+Mon, 25 May 2020 04:22:27 +0000
diff --git a/mutt/filters/markdown-to-html.sh b/mutt/filters/markdown-to-html.sh
index cdba8ace..b0b8eee7 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 \