-
-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Description
1. Description
Closing tag is missing within <![CDATA
object.
Background: This issue surfaced when parsing HTML <code>
blocks. The HTML content is given by Confluence, where the HTML is parsed from.
3. Fiddle or Project
https://dotnetfiddle.net/XmcOB6
Expected Result
<![CDATA[<a href="foo">
bar
</a>]]>
Actual Result
<![CDATA[<a href="foo">
bar
]]>
4. Any further technical details
- HAP version: 1.11.67
- NET version 7.0
Metadata
Metadata
Assignees
Labels
No labels