DownmarkerWPF icon indicating copy to clipboard operation
DownmarkerWPF copied to clipboard

Can you support CommonMark?

Open J-F-Liu opened this issue 11 years ago • 3 comments
trafficstars

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/

J-F-Liu avatar Sep 29 '14 16:09 J-F-Liu

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.

JakeGinnivan avatar Sep 29 '14 16:09 JakeGinnivan

screen shot 2014-09-30 at 9 26 25 am

I've not looked into whether any of them are good...

shiftkey avatar Sep 29 '14 23:09 shiftkey

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.

J-F-Liu avatar Oct 07 '14 14:10 J-F-Liu