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
This normalized url does not function as the fragment has changed from Bool to bool.
In the browsers I've checked (Firefox and Chrome), URL fragments are case-sensitive.
Proposed solution
Don't normalize the fragment id under the xref:sphinx protocol.
Oh and the children property makes it look like this normalization must have happened relatively early, since I would expect something other than the project label to make it into link's text.
Description
It appears that
xref:sphinx
style link nodes have theirurl
attribute normalized, whereas the originalurlSource
preserves case.Here is an example:
This correctly matches the intersphinx inventory and myst resolves it, but produces the following AST:
This normalized
url
does not function as the fragment has changed fromBool
tobool
.In the browsers I've checked (Firefox and Chrome), URL fragments are case-sensitive.
Proposed solution
Don't normalize the fragment id under the
xref:sphinx
protocol.Additional notes
myst.yml references section
The text was updated successfully, but these errors were encountered: