Skip to content

Commit

Permalink
Use new TOC extension in python markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Chip Richards committed Feb 10, 2013
1 parent bf5a4ab commit 20240db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make-html
Expand Up @@ -55,7 +55,7 @@ mdata = mfile.read ()
mfile.close ()

# Make our converter object, adding useful extensions
md = markdown.Markdown (extensions=['meta', 'tables', 'headerid(forceid=False)'])
md = markdown.Markdown (extensions=['toc', 'meta', 'tables', 'headerid(forceid=False)'])

# Convert the input text, which will gather the meta-data; right now that's
# just the document title
Expand Down

0 comments on commit 20240db

Please sign in to comment.