As a Pelican 3.7, the MD_EXTENSIONS is deprecated, then we need use MARKDOWN instead. But, the extract_toc's documentation is outdated:
To enable table of contents generation for the Markdown reader you need to set MD_EXTENSIONS = (['toc']) in your Pelican configuration file.
And I don't know how to use MARKDOWN. How to solve this?
As a Pelican 3.7, the
MD_EXTENSIONSis deprecated, then we need useMARKDOWNinstead. But, the extract_toc's documentation is outdated:And I don't know how to use
MARKDOWN. How to solve this?