From: martin f. krafft Date: Wed, 6 Nov 2019 19:02:15 +0000 (+1300) Subject: enable autolink bare uris extension X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/f6520a2a3b39414ab5fedc2da201887a974b9a9c enable autolink bare uris extension --- 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',