Local URL, again
This commit is contained in:
parent
e2a054c5ae
commit
07ed6c1aa5
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
#MARKUP = [ 'asc', 'asciidoc' ]
|
#MARKUP = [ 'asc', 'asciidoc' ]
|
||||||
MARKUP = ['mdown']
|
MARKUP = ['mdown']
|
||||||
MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'toc']
|
MD_EXTENSIONS = ['admonition', '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
|
||||||
|
|
Loading…
Reference in a new issue