Merge lp:~dholbach/developer-ubuntu-com/add-toc-md-ext into lp:developer-ubuntu-com

Proposed by Daniel Holbach
Status: Merged
Merged at revision: 224
Proposed branch: lp:~dholbach/developer-ubuntu-com/add-toc-md-ext
Merge into: lp:developer-ubuntu-com
Diff against target: 11 lines (+1/-0)
1 file modified
md_importer/importer/__init__.py (+1/-0)
To merge this branch: bzr merge lp:~dholbach/developer-ubuntu-com/add-toc-md-ext
Reviewer Review Type Date Requested Status
David Callé Approve
Review via email: mp+295480@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Callé (davidc3) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'md_importer/importer/__init__.py'
2--- md_importer/importer/__init__.py 2016-04-27 15:38:15 +0000
3+++ md_importer/importer/__init__.py 2016-05-23 14:03:22 +0000
4@@ -14,6 +14,7 @@
5 MARKDOWN_EXTENSIONS = [
6 'markdown.extensions.footnotes',
7 'markdown.extensions.tables',
8+ 'markdown.extensions.toc',
9 'pymdownx.magiclink',
10 'pymdownx.betterem',
11 'pymdownx.tilde',

Subscribers

People subscribed via source and target branches