add ToC [require MD_EXTENSIONS = ['toc']

This commit is contained in:
kleph 2013-07-30 02:38:52 +02:00
parent 38b6501f6b
commit aa49ca07be

View file

@ -33,5 +33,6 @@ DEFAULT_PAGINATION = 10
#MARKUP = [ 'asc', 'asciidoc' ] #MARKUP = [ 'asc', 'asciidoc' ]
MARKUP = ['mdown'] MARKUP = ['mdown']
MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'toc']
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True