nok / markdown-toc

Generate and update magically a table of contents based on the headlines of a parsed markdown file.
MIT License
68 stars 37 forks source link

Headings with links are treated literally #76

Open mhulse opened 8 years ago

mhulse commented 8 years ago

Example markdown heading:

## [Layers](https://www.blender.org/manual/editors/3dview/layers.html)

TOC-generated link:

- [[Layers](https://www.blender.org/manual/editors/3dview/layers.html)](#layershttpswwwblenderorgmanualeditors3dviewlayershtml)

Pretty useful addon otherwise. Thanks!