mobily / markdown-live

Markdown preview with live update.
341 stars 22 forks source link

use github flavored markdown? #2

Closed dstroot closed 9 years ago

dstroot commented 9 years ago

marked supports it already...

mobily commented 9 years ago

markdown-live uses marked with GFM support, and it works well https://github.com/mobily/markdown-live/blob/master/app.js#L14 for example the following code

```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
Name Description
Help Display the help window.
Close Closes a window


generates

![markdownlive 2014-12-24 10-35-05](https://cloud.githubusercontent.com/assets/1467712/5547355/927f6910-8b58-11e4-9207-c019bec562ee.png)