~netlandish/django-wiki

ff9ad2627423431318fde2fa9f41bb138f8df792 — benjaoming 11 years ago 2ed231a
add a few more default markdown plugins
1 files changed, 1 insertions(+), 1 deletions(-)

M wiki/conf/settings.py
M wiki/conf/settings.py => wiki/conf/settings.py +1 -1
@@ 13,7 13,7 @@ WIKI_LANGUAGE = 'markdown'
# extend the built-in editor and customize it....
EDITOR = getattr( django_settings, 'WIKI_EDITOR', 'wiki.editors.markitup.MarkItUp' )

MARKDOWN_KWARGS = {'extensions': ['extra', 'toc'], 'safe_mode': 'replace'}
MARKDOWN_KWARGS = {'extensions': ['footnotes', 'headerid', 'extra', 'toc'], 'safe_mode': 'replace'}
MARKDOWN_KWARGS.update(getattr( django_settings, 'WIKI_MARKDOWN_KWARGS', {} ))

# This slug is used in URLPath if an article has been deleted. The children of the