Skip to content

put markdown link titles into separate TUs

In Markdown, this This is a [Link](<https://www.google.com> "This is a title.") used to be parsed as this (eschewing tags) tu2 <https://www.google.com> tu1 This is a LinkThis is a title

Now it should be: tu3 This is a title tu2 <https://www.google.com> tu1 This is a Link

Merge request reports

Loading