You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause to this problem is that an internal dependency of this rule i.e GitHub-slugger does not recognize apostrophe in it's special characters. Thus, the slugger generates header as 'connecting-to-applications-jvm'. I will try to get this fixed in gitHub-slugger and that should subsequently fix this issue as well.
Docusaurus - The fix has been merged with PR-1618 and it should be available in npm with next release of Docusaurus.
I will close this issue once the PR on github-slugger is merged.
I have a heading with a special character (apostrophe) like this:
## Connecting to Application’s JVM Some content goes here
I have a relative link to the above section that works in my rendering tool. The anchor link is written as:
The above line is reported as containing broken anchor link even though it's not broken.
The text was updated successfully, but these errors were encountered: