From f6520a2a3b39414ab5fedc2da201887a974b9a9c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 7 Nov 2019 08:02:15 +1300 Subject: [PATCH] enable autolink bare uris extension --- .mutt/markdown2html | 1 + 1 file changed, 1 insertion(+) diff --git a/.mutt/markdown2html b/.mutt/markdown2html index 7853ae5..be705d6 100755 --- a/.mutt/markdown2html +++ b/.mutt/markdown2html @@ -227,6 +227,7 @@ def _convert_with_pandoc(mdwn, inputfmt='markdown', outputfmt='html5', 'inline_notes', 'emoji', 'tex_math_double_backslash', + 'autolink_bare_uris' ] if not ext_disabled: ext_disabled = [ 'tex_math_single_backslash', -- 2.39.2