<xsl:text> parsed into <a href="xsl:text">xsl:text</a> #537

Closed
opened 2026-01-29 14:39:04 +00:00 by claunia · 2 comments
Owner

Originally created by @Kindzoku on GitHub (Jun 1, 2022).

Why xsl:text is parsed into a link?

Originally created by @Kindzoku on GitHub (Jun 1, 2022). Why <xsl:text> is parsed into a link?
claunia added the question label 2026-01-29 14:39:04 +00:00
Author
Owner

@xoofx commented on GitHub (Jun 1, 2022):

Because it is considered as an autolink in CommonMark spec. XML with namespace are not supported

All CommonMark compliant parsers should generate a link as you can see here.

@xoofx commented on GitHub (Jun 1, 2022): Because it is considered as an [autolink](https://spec.commonmark.org/0.30/#autolinks) in CommonMark spec. XML with namespace are not supported All CommonMark compliant parsers should generate a link as you can see [here](https://babelmark.github.io/?text=test+%3Cxls%3Atest%3E+xml).
Author
Owner

@Kindzoku commented on GitHub (Jun 3, 2022):

My bad, thx.

@Kindzoku commented on GitHub (Jun 3, 2022): My bad, thx.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#537