From dc067bcad2e9e3d01992dc7125d2eb147799a3ec Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 28 Sep 2010 01:58:47 +0100 Subject: [PATCH] Comment out all extensions except 'extra'. --- markdown-plugin.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/markdown-plugin.py b/markdown-plugin.py index 88c58d9..b96f0f0 100644 --- a/markdown-plugin.py +++ b/markdown-plugin.py @@ -50,14 +50,13 @@ from Pyblosxom import tools md = markdown.Markdown( #safe_mode=True, output_format='html4', - extensions=[ 'codehilite', # Requires python-pygments - 'extra', # Abbreviations, definition lists, fenced code blocks, - # footnotes, headerid and tables. - #'html_tidy', # Enable this if you have libtidy and uTidylib + extensions=[ #'codehilite', # Requires python-pygments + 'extra', + #'html_tidy', # Requires libtidy and uTidylib #'imagelinks', # Broken? #'meta', #'rss', - 'toc', + #'toc', #'wikilinks' ] ) -- 2.30.2