I wasn't sure if I should post this here or as an issue of some sort at the markdown sharp page. (We'll see if this gets closed :P )
I've been using MarkdownSharp in my blog and I did a few XSS tests, and it doesn't do any verification on the links, and as far as I can tell, there is no option to enable any sort of verification. So links like:
[test](javascript://blah)
will be encoded without error. Stack Overflow however, will correct this behavior and make it so that it's not an XSS vector. Why is this not in MarkdownSharp? Another related thing is there is not Stack Overflow's special comment implementation of Markdown which only enables a select few markdown features.
Are there any plans to copy what Stack Overflow is currently doing to the MarkdownSharp project?