atom / language-gfm

GitHub Flavored Markdown in Atom
MIT License
101 stars 107 forks source link

Support CommonMark #47

Open lee-dohm opened 10 years ago

lee-dohm commented 10 years ago

Now that there is a CommonMark spec, suite of tests and community. The language-gfm package should support it.

http://commonmark.org/

drumanagh commented 10 years ago

(I mentioned this on atom/markdown-preview#133, but it's commonmark.org rather than commonmark.com, for anyone wondering.)

I like the idea of a CommonMark package for atom, but I feel it should probably be a separate package rather than included as part of language-gfm.

bobrocke commented 9 years ago

Has anyone seen any alternate Markdown syntax language plug-ins? Maybe for Markdown Extra or CommonMark?

burodepeper commented 9 years ago

@bobrocke Give language-markdown a try. It's based off of CommonMark and I plan to add some Markdown Extra flavor in the near future. See: https://github.com/burodepeper/language-markdown/issues/37

bobrocke commented 9 years ago

@burodepeper I did find that and have been giving it a small try. But I need to work on my theme a bit more to take advantage of the applied scopes. And I've been doing more with PhpStorm lately. But, while it's GREAT for coding, it's much less good for writing in Markdown. Maybe that task is best for Atom (but I use TextMate for that now).

A robust implementation of Markdown Extra might be the ticket back to Atom!

burodepeper commented 9 years ago

@bobrocke Have you tried it with either minimal-syntax or minimal-syntax-dark? If you don't like the colors, you can at least "steal" the scopes for your own theme. They are pretty much in sync with those of language-gfm; just a little extended. I expect to add support for Markdown Extra pretty soon, so I hope to welcome to back then! If you've got any other questions/requests, please post them over at language-markdown.

bitzl commented 8 years ago

Support for CommonMark would be great. Where are the differences between GFM as supported by this plugin and CommonMark at the moment?