From: R. Steve McKown Date: Thu, 17 Sep 2015 13:32:35 +0000 (-0600) Subject: markdown interpreter: disable code-friendly extra X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=2d852282c379e437b1e8ce890f8f6c8c95e66abb markdown interpreter: disable code-friendly extra --- diff --git a/plugins/read_markdown.py b/plugins/read_markdown.py index 24dc316..e332217 100644 --- a/plugins/read_markdown.py +++ b/plugins/read_markdown.py @@ -1625,7 +1625,7 @@ def htmlize(params): global _markdown if not _markdown: _markdown = Markdown(extras={ - "code-friendly":True, + #"code-friendly":True, "xml":True, "demote-headers":1, "code-color":{}})