Merge pull request #271 from taigaio/issue/2332/add-toc-extension-to-markdown-render

Issue #2332 - Add TOC extension to the markdown render
remotes/origin/enhancement/email-actions
Alejandro 2015-03-04 08:42:20 +01:00
commit d8fa37677d
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ def _make_extensions_list(project=None):
"extra",
"codehilite",
"sane_lists",
"toc",
"nl2br"]