vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Table of Contents #811

Closed lapidus79 closed 4 years ago

lapidus79 commented 4 years ago

Are there any examples on how to insert a Table of Contents section. I can't see any references to any table of contents stuff anywhere. I'm using the paid version.

vsch commented 4 years ago

@lapidus79, you need to turn on the "Table of Contents" parser extension in Languages & Frameworks | Markdown | Parser and insert a line with [TOC]: # where you want the table of contents generated.

https://github.com/vsch/idea-multimarkdown/wiki/Table-of-Contents-Extension

lapidus79 commented 4 years ago

Ah, now I found it. Thx