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

Links with italic do not work

Open dotchev opened this issue 8 years ago • 1 comments

In README.md

### New _feature_

generated TOC

- [New _feature_](#new-_feature_)

Actual link revealed by pointing the heading in GitHub https://github.com/dotchev/Spoon-Knife#new-feature Notice that GitHub strips the underscores in the link.

But italic with stars works correctly

### New *feature B*

is linked like this

- [New *feature B*](#new-feature-b)

dotchev avatar Mar 29 '17 13:03 dotchev

1.5 years later and this is still an open, and valid, issue.

shellscape avatar Nov 19 '18 14:11 shellscape