react-markdown-heading icon indicating copy to clipboard operation
react-markdown-heading copied to clipboard

Question mark causing an issue in ToC

Open canmingir opened this issue 3 years ago • 0 comments

I have a markdown as ## What is Low-code? and using react-markdown for generating HTML, and it creates header like <h2 id="What-is-Low-code-">What is Low-code?</h2>, but react-markdown-heading creates with a question mark like /learn#What-is-Low-code? in ToC. So, when I click on it, nothing happens, any work around?

Here is an example: https://nucleoid.com/learn

canmingir avatar May 22 '22 18:05 canmingir