From b87dd27c63be35efb068356c9a795f381bde4f42 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 5 Nov 2019 23:06:03 +1300 Subject: [PATCH] disable smart markdown parsing --- .mutt/markdown2html | 1 + 1 file changed, 1 insertion(+) diff --git a/.mutt/markdown2html b/.mutt/markdown2html index fba4606..2813b37 100755 --- a/.mutt/markdown2html +++ b/.mutt/markdown2html @@ -221,6 +221,7 @@ def _convert_with_pandoc(mdwn, inputfmt='markdown', outputfmt='html5', if not ext_disabled: ext_disabled = [ 'tex_math_single_backslash', 'tex_math_dollars', + 'smart', 'raw_html' ] -- 2.39.2