daniellmb / markdownsharp

Automatically exported from code.google.com/p/markdownsharp
1 stars 0 forks source link

title element not escaped #51

Open GoogleCodeExporter opened 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