Url and title spans are set incorrectly for multiline LinkReferenceDefinition inside a quote block. #716

Open
opened 2026-01-29 14:43:43 +00:00 by claunia · 0 comments
Owner

Originally created by @snnz on GitHub (Jan 3, 2025).

For example, for the following markdown:

> [foo]:
> /url 'the title'
>
> [foo]

Roundtrip renderer, that relies on those spans, produces this:

> [foo]:
> /ur' 'the tit'
> 
>[foo]
Originally created by @snnz on GitHub (Jan 3, 2025). For example, for the following markdown: ``` > [foo]: > /url 'the title' > > [foo] ``` Roundtrip renderer, that relies on those spans, produces this: ``` > [foo]: > /ur' 'the tit' > >[foo] ```
claunia added the bugPR Welcome! labels 2026-01-29 14:43:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#716