From a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 May 2020 16:21:15 +1200 Subject: Use an em-dask for HTML-ized mail signature --- 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 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 \ -- cgit v1.2.3 From a918bb01a0035066e6c6052b520e6316e5e04e40 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 May 2020 16:22:30 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3