From 2d852282c379e437b1e8ce890f8f6c8c95e66abb Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 17 Sep 2015 07:32:35 -0600 Subject: [PATCH] markdown interpreter: disable code-friendly extra --- plugins/read_markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":{}}) -- 2.39.2