diff --git a/pelicanconf.py b/pelicanconf.py index 1b45a9c..c50f94c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -34,6 +34,6 @@ DEFAULT_PAGINATION = 10 #MARKUP = [ 'asc', 'asciidoc' ] MARKUP = ['mdown'] -MD_EXTENSIONS = ['admonition', 'codehilite(css_class=highlight)', 'extra', 'toc'] +MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'toc'] # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True