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

Ignore ToC heading in ToC #98

Closed RichardLitt closed 7 years ago

RichardLitt commented 7 years ago

I have this ToC generated in Sublime using the plugin:

...
## Table of Contents

<!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- [Table of Contents](#table-of-contents)
...

Is there a way to not have Table of Contents referred to in the ToC?

Accidentally also here: filed https://github.com/jonschlinkert/markdown-toc/issues/90.

naokazuterada commented 7 years ago

You maybe use another plugin. See our README.md, the syntax is different.

RichardLitt commented 7 years ago

Thank you.

RichardLitt commented 7 years ago

The bug reporting in Markdown-toc in Sublime leads me here. Can I just verify again that I'm not missing something?

screen shot 2017-06-27 at 11 14 01 pm
RichardLitt commented 7 years ago

Yep, definitely not this one. My bad. Wow.

naokazuterada commented 7 years ago

I think you are using Atom, not SublimeText3... 🦊

RichardLitt commented 7 years ago

I think I was tired, and probably need to not post bug reports when I am sleepy. Really, my bad.