atom / markdown-preview

📝 Markdown preview in Atom
MIT License
1.23k stars 358 forks source link

GitHub Flavored Markdown #201

Open izuzak opened 9 years ago

izuzak commented 9 years ago

From @lukejanicke on February 16, 2015 17:28

The markdown preview window doesn’t render some GitHub Flavoured Markdown properly.

Roses are red Violets are blue

In Atom, these lines don’t break, which is correct Markdown behaviour but not correct GitHub Flavoured Markdown behaviour.

Furthermore, references are not being auto-linked.

Copied from original issue: atom/atom#5574

lukejanicke commented 9 years ago

Thanks for the move. I now see how Atom packages have their own repos.

izuzak commented 9 years ago

This is not supported by Marked, the library used to parse Markdown in this packages:

https://github.com/chjj/marked/issues/44

So, we either wait for Marked to implement that, or implement it ourselves on top of that somehow. I'll label this as an enhancement for now.