[PR #243] Fix Link and Footnote reference definitions in syntax tree #892

Closed
opened 2026-01-29 14:46:53 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/243

State: closed
Merged: Yes


This does not affect HTML rendering at all, it merely exposes more information to the syntax tree:

  • Keep all LinkReferenceDefinitions (doesn't overwrite same-named ones)
  • Sets the correct lines and spans for them
  • Sets the content and source locations for FootnoteLinkReferenceDefinitions
**Original Pull Request:** https://github.com/xoofx/markdig/pull/243 **State:** closed **Merged:** Yes --- This does not affect HTML rendering at all, it merely exposes more information to the syntax tree: - Keep all LinkReferenceDefinitions (doesn't overwrite same-named ones) - Sets the correct lines and spans for them - Sets the content and source locations for FootnoteLinkReferenceDefinitions
claunia added the pull-request label 2026-01-29 14:46:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#892