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 commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
graph Mermaid output now assigns each node a collision-free identifier. Distinct node ids
that sanitized to the same Mermaid-safe token previously merged into one graph node.
Heading anchor parsing now recognizes {#marker} only as a trailing heading marker
(optionally followed by an ATX closing # sequence). An anchor-like token in the middle of
heading text is no longer mistaken for the heading's explicit anchor.