aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:41:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:41:33 +1200
commit16998ddbb828a64872640851ce1b4fbfc5877171 (patch)
tree450b30af35afbc1b79856d501d174ede0e358013
parentMerge branch 'hotfix/v9.10.3' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-16998ddbb828a64872640851ce1b4fbfc5877171.tar.gz
dotfiles-16998ddbb828a64872640851ce1b4fbfc5877171.zip
Merge branch 'hotfix/v9.10.4' into develop
* hotfix/v9.10.4: Revert "Use an em-dask for HTML-ized mail signa...
-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 \