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

Anchor problem with '_' #78

Closed naokazuterada closed 8 years ago

naokazuterada commented 8 years ago

On github

<!-- MarkdownTOC autolink="true" bracket="round" depth="0" style="unordered" indent="  " autoanchor="false" -->

- [Auto linking for _clickable_ TOC](#auto-linking-for-_clickable_-toc)

<!-- /MarkdownTOC -->

### Auto linking for _clickable_ TOC

should be

<!-- MarkdownTOC autolink="true" bracket="round" depth="0" style="unordered" indent="  " autoanchor="false" -->

- [Auto linking for _clickable_ TOC](#auto-linking-for-clickable-toc)

<!-- /MarkdownTOC -->

### Auto linking for _clickable_ TOC

This problem occurred in the document.