aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:21:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:22:22 +1200
commita5af1a7fd84d5610b47e9de9c54f1c49b87dacb5 (patch)
treef7f9b5c1e1d31feef7ba5045aa8756699103b8e9
parentMerge branch 'hotfix/v9.10.1' (diff)
downloaddotfiles-a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5.tar.gz
dotfiles-a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5.zip
Use an em-dask for HTML-ized mail signature
-rw-r--r--mutt/filters/markdown-to-html.sh2
1 files changed, 1 insertions, 1 deletions
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 \