Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 459 forks source link

Can you support CommonMark? #433

Open J-F-Liu opened 9 years ago

J-F-Liu commented 9 years ago

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/

JakeGinnivan commented 9 years ago

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:notifications@github.com Sent: ý29/ý09/ý2014 17:31 To: Code52/DownmarkerWPFmailto:DownmarkerWPF@noreply.github.com 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.

shiftkey commented 9 years ago

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

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

J-F-Liu commented 9 years ago

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.