-
-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
The following brackets should probably be escaped:
Represents an XML Instruction; IE, <? ... ?>
e.g.
Kramdown::Document.new("Represents an XML Instruction; IE, <? ... ?>").to_html
=> "<p>Represents an XML Instruction; IE, <? ... ?></p>\n"
Kramdown::Document.new("Represents an XML Instruction; IE, `<? ... ?>`").to_html
=> "<p>Represents an XML Instruction; IE, <code><? ... ?></code></p>\n"
Using backticks is probably the correct approach here, but this documentation/text is coming from a 3rd party so hard to make changes. Maybe this is valid behaviour for Kramdown, if so feel free to close. FYI.
Metadata
Metadata
Assignees
Labels
No labels