aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:40:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:40:33 +1200
commit933c6d74bc42e1446162f5d2aa4b0636acb281d6 (patch)
tree65564102210336ba599b6ba730939dfc2869322a
parentMerge branch 'hotfix/v9.10.3' (diff)
downloaddotfiles-933c6d74bc42e1446162f5d2aa4b0636acb281d6.tar.gz
dotfiles-933c6d74bc42e1446162f5d2aa4b0636acb281d6.zip
Revert "Use an em-dask for HTML-ized mail signa...
This reverts commit a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5. Pandoc decided to make that into an entire horizontal line!
-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 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 \