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
The link eats the closing tag. The new parser doesn't detect link end if there is no punctuation mark, end of document or space at the end. It holds true for instance when mixing Textile spans and HTML around the link. This:
There is some inconsistencies and possible regression with link parsing. Before the new link parser this:
Generated:
Now, it generates a link, but also broken HTML:
The link eats the closing tag. The new parser doesn't detect link end if there is no punctuation mark, end of document or space at the end. It holds true for instance when mixing Textile spans and HTML around the link. This:
Generates:
While this:
Generates:
Generating both broken HTML, improperly encoded URL and leaving raw Textile to the document.
The text was updated successfully, but these errors were encountered: