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

Text: `1. Visual index - Website` Link generated: https://github.com/Talentoday/product#1-visual-index-website Link that should be generated: https://github.com/Talentoday/product#1-visual-index---website

- Does not support non-english characters; - Optimize indent (e.g. output error when there is no h1['#'] ); - Active text editor has not update when text editor switch

enhancement

Markdown: ``` md ### `show_error()` and `show_404()` ``` Generated TOC: ``` md [`show_error()` and `show_404()`](#showerror-and-show404) ``` GitHub rendering: ``` #show_error-and-show_404 ```

enhancement

It seems every space is converted to `-`. Markdown: ``` md #### `TestCase::request($method, $argv, $params = [], $callable = null)` ``` Generated TOC: ``` md - [`TestCase::request($method, $argv, $params =...

enhancement

TOC don't support Chinese?

enhancement

Actually i've got a markdown file like ``` markdown # Title ## Summary - [Title](#title) - Summary - First Point - Second Point --- ## First Point // some text...

enhancement

my test: ``` md - [head1标题1](#head11) - [head2标题2](#head22) # head1标题1 ## head2标题2 ``` PS: same env info as #1

bug
enhancement

Sample: ``` markdown - [Bar H1](#bar-h1) - [Bar h2](#bar-h2) Foo H1 ========= Foo H2 -------------- # Bar H1 ## Bar h2 ``` Fail to create toc for `Foo H1` and...

enhancement