DisableHtml() leaves orphaned > lying around #51

Closed
opened 2026-01-29 14:23:15 +00:00 by claunia · 1 comment
Owner

Originally created by @StrikerTwo on GitHub (Aug 17, 2016).

Input:

this is some text</td></tr>

Output:

this is some text&gt;&gt;

Expected output:

this is some text&lt;/td&gt;&lt;/tr&gt;
Originally created by @StrikerTwo on GitHub (Aug 17, 2016). Input: ``` this is some text</td></tr> ``` Output: ``` this is some text&gt;&gt; ``` Expected output: ``` this is some text&lt;/td&gt;&lt;/tr&gt; ```
claunia added the bug label 2026-01-29 14:23:15 +00:00
Author
Owner

@xoofx commented on GitHub (Sep 18, 2016):

This is fixed by commit 72b7fce

@xoofx commented on GitHub (Sep 18, 2016): This is fixed by commit 72b7fce
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#51