X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/085410b14ca6c4b284e4946ef9b49a53577cf192..b87dd27c63be35efb068356c9a795f381bde4f42:/.mutt/markdown2html 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' ]