At the moment there seems to be two good C# markdown APIs:
- MarkdownSharp (which O2 already supports)
- MarkdownDeep (you can try it live here)
My questions are:
- What are the security implications of these engines?
- How good are they at handling malicious input?
- Has there been a Thread-Model / Security review done?
- Is XSS possible?
- What other vulnerabilities exists?
- How can they be used securely?