markdown-toc icon indicating copy to clipboard operation
markdown-toc copied to clipboard

Generate and update magically a table of contents based on the headlines of a parsed markdown file.

Results 58 markdown-toc issues
Sort by recently updated
recently updated
newest added

For instance, if my title is `# My - Title`, then the link should be `(#my---title)` where markdown-toc generates `(#my-title)`. See https://gist.github.com/asabaylus/3071099#gistcomment-1593627: > The code that creates the anchors is...

If you have a piece of code, for install ruby or sh like this: ``` ruby # my function is nice def my_function () "I’m nice" end ``` TOC will...

Example markdown heading: ``` md ## [Layers](https://www.blender.org/manual/editors/3dview/layers.html) ``` TOC-generated link: ``` md - [[Layers](https://www.blender.org/manual/editors/3dview/layers.html)](#layershttpswwwblenderorgmanualeditors3dviewlayershtml) ``` Pretty useful addon otherwise. Thanks!

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.11 **System**: Ubuntu 15.04 **Thrown From**: [markdown-toc](https://github.com/nok/markdown-toc) package, v0.3.0 ### Stack Trace Uncaught Error: This TextEditor has been destroyed...

bug

The following markdown will erroneously create a section titled "ifndef FOO". Please correct the parser to ignore the contents of ``` ... ``` ```c # ifndef FOO ```

It works on #, ##, ###, etc, but it doesn't work on ____, ======.

I think it should be better if we add this to README, to say that this is the generated directives ``` // table of contents goes here ```

The TOC will fail to produce walkable links with pandoc. # /foo/bar # foo_bar

i use markdown-toc in github readme ,but it not work ![qq20160322-0](https://cloud.githubusercontent.com/assets/3990411/13941363/ed0dd0b8-f021-11e5-902b-28fcf058ec37.png)

In a document I use for Markdown Guidelines I have "Titles" in code blocks. I feel like they should not be rendered in the TOC.

duplicate