hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.
MIT License
134 stars 51 forks source link

title element not escaped #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

hey-red commented 9 years ago

Title tag in body? Seriously?