From ddd61337147e5049e6e6e06ef10bbc128e9f1c3c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 25 Aug 2019 10:53:30 +0200 Subject: [PATCH] Remove unused setting Fixup for 8b1361467ac14632769fd5873c38782f48697cb7. --- pelicanconf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 684ab35..1229735 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,10 +31,6 @@ DEFAULT_PAGINATION = 100 # Uncomment following line if you want document-relative URLs when developing PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom'] PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream', 'thumbnailer'] -MARKDOWN = { - 'codehilite','extra','toc' - -} MARKDOWN = { 'extension_configs': {