Extract Table of Content ======================== A Pelican plugin to extract table of contents (ToC) from `article.content` and place it in its own `article.toc` variable for use in templates. Copyright (c) Talha Mansoor Author | Talha Mansoor ----------------|----- Author Email | talha131@gmail.com Author Homepage | http://onCrashReboot.com Github Account | https://github.com/talha131 Acknowledgement --------------- Thanks to [Avaris](https://github.com/avaris) for going out of the way to help me fix Unicode issues and doing a thorough code review. Thanks to [gw0](http://gw.tnode.com/) for adding Pandoc reader support. Why do you need it? =================== Pelican can generate ToC of reST and Markdown files, using markup's respective directive and extension. Such ToC is generated and placed at the beginning of `article.content` like a string. Consequently it can not be placed anywhere else on the page (eg. `