Open
Description
With a standard MD parser encoded HTML tags allows you to include them as readable text. For example (plain HTML included for comparison):
<iframe src="http://www.w3schools.com"></iframe>
<iframe src="http://www.w3schools.com"></iframe>
results in the output HTML:
<p><iframe src="http://www.w3schools.com"></iframe></p>
<iframe src="http://www.w3schools.com"></iframe>
However if I put this output HTML through to-markdown the encoded < and > characters are erroneously decoded. This results in the following markdown:
<iframe src="http://www.w3schools.com"></iframe>
<iframe src="http://www.w3schools.com"></iframe>
(whitespace lines removed from examples for brevity)
Metadata
Assignees
Labels
No labels