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
Interesting find. This work on GitHub if you use the same casing ([Header with Ż link](#header-with-Ż) instead of [Header with Ż link](#header-with-ż)).
However, this doesn't make it work in vmd.
The reason seems to be that the library that converts the MDAST to HTML escapes the character in the URL.
MDAST Node:
HTML:
This probably needs to be fixed in one of the remark or rehype libaries.
Below doesn't work in vmd.
Without foreign characters works as expected:
The text was updated successfully, but these errors were encountered: