DownmarkerWPF
DownmarkerWPF copied to clipboard
Can you support CommonMark?
A standard, unambiguous syntax specification for Markdown, along with a suite of comprehensive tests to validate Markdown implementations against this specification. see http://commonmark.org/
Do you know if any .net markdown libraries support it yet. If so we just need a pull request updating it.
Sent from my Windows Phone
From: Junfeng Liumailto:[email protected] Sent: ý29/ý09/ý2014 17:31 To: Code52/DownmarkerWPFmailto:[email protected] Subject: [DownmarkerWPF] Can you support CommonMark? (#433)
A standard, unambiguous syntax specification for Markdown, along with a suite of comprehensive tests to validate Markdown implementations against this specification. see http://commonmark.org/
— Reply to this email directly or view it on GitHubhttps://github.com/Code52/DownmarkerWPF/issues/433.

I've not looked into whether any of them are good...
https://github.com/Knagis/CommonMark.NET Implementation of CommonMark specification in C# for converting Markdown documents to HTML. Optimized for maximum performance.
This one looks good.