naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

The combination of the title and the list does not take effect, such as "+ ##" #86

Closed zhilidali closed 7 years ago

zhilidali commented 7 years ago

Like this:

+ # abc
    + ## aaa
    + ## bbb
    + ## ccc
+ # xyz
    + xxx
    + yyy
    + zzz
naokazuterada commented 7 years ago

Yes. Heading in list doesn't appear in TOC.That's the specification.

zhilidali commented 7 years ago

@naokazuterada I have always thought that this is the limitation of markdown syntax

naokazuterada commented 7 years ago

I'm sorry about that. I close this.

jonasbn commented 7 years ago

Hi @naokazuterada

I have created a PR (#92) with a new section on limitations of the MarkdownTOC plugin addressing the information above.

jonasbn