How to add a table of contents (TOC) to a markdown post or page to nikola ssg
You want to add an automatically created table of content to your markdown post in Nikola SSG.
Nikola uses by default python-markdown
which supports the toc
extension.
First you need to enable the markdown extension in config.py
MARKDOWN_EXTENSIONS = ['markdown.extensions.toc']
Then add the short code for TOC in your markdown file
[TOC]
Comments
Comments powered by Disqus