hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title element not escaped

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. enter text that contains "<title name="file name" />" (without the quotes)
2.


What is the expected output? What do you see instead?
Expected output is escaped title element, i.e. &lt;title name="file name" /&gt;

Unfortunately, <title name="file name" /> is not escaped and results in 
problems in rendering

What version of the product are you using? On what operating system?
markdownsharp-20100703-v113

Please provide any additional information below.


Original issue reported on code.google.com by iordanpa...@gmail.com on 18 Dec 2011 at 1:15

commented

Title tag in body? Seriously?