From 933c6d74bc42e1446162f5d2aa4b0636acb281d6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 May 2020 16:40:18 +1200 Subject: Revert "Use an em-dask for HTML-ized mail signa... This reverts commit a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5. Pandoc decided to make that into an entire horizontal line! --- mutt/filters/markdown-to-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3