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

[BUG] Handle headers with links

Open ccldd opened this issue 8 years ago • 3 comments

Issue:

Headers with links are not handled.

Example:

# [Example](http://example.com)

Output:

<!-- TOC -->

- [[Example](http://example.com)](#examplehttpexamplecom)

<!-- /TOC -->

# [Example](http://example.com)

Expected:

<!-- TOC -->

- [Example](#example)

<!-- /TOC -->

# [Example](http://example.com)

ccldd avatar Mar 08 '18 02:03 ccldd

Hi, i'm sorry for this bug, i will fix it. Thank your~

alanwalk avatar Apr 09 '18 09:04 alanwalk

You can close this duplicate if you want https://github.com/AlanWalk/markdown-toc/issues/56

bayu01 avatar Sep 04 '18 10:09 bayu01

Still an issue :-/

KevinColemanInc avatar Aug 17 '20 13:08 KevinColemanInc