aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:22:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:22:43 +1200
commit81f64d01f9df30b0645421f586321f7e5f5d1da3 (patch)
tree08635678bdafc82d2a62ab6895c02f0645580b98
parentMerge branch 'hotfix/v9.10.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-81f64d01f9df30b0645421f586321f7e5f5d1da3.tar.gz
dotfiles-81f64d01f9df30b0645421f586321f7e5f5d1da3.zip
Merge branch 'hotfix/v9.10.2'v9.10.2
* hotfix/v9.10.2: Use an em-dask for HTML-ized mail signature
-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 \