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

fix: strip HTML entities like > from slugs

Open jedwards1211 opened this issue 5 years ago • 0 comments

I discovered in my repo https://github.com/vscodeshift/material-ui-snippets that HTML entities like > get stripped out of slugs. Right now in this and other libs, <div> gets converted to ltdivgt, but the actual GitHub slug is just div.

jedwards1211 avatar Feb 07 '20 06:02 jedwards1211