mindscratch / paperwrap

A JRuby wrapper around https://github.com/lruiz/MarkdownPapers
1 stars 0 forks source link

Add support for GitHub Flavored Markdown #1

Open mindscratch opened 12 years ago

mindscratch commented 12 years ago

what the title says.

reference: http://github.github.com/github-flavored-markdown/

mindscratch commented 12 years ago

looks like redcarpet and maybe github markup

https://github.com/alampros/Docter/blob/master/bin/github-flavored-markdown.rb

instead of pygments maybe use jygments pygments in jruby: http://jira.codehaus.org/browse/JRUBY-6484

mindscratch commented 12 years ago

redcarpet requires c extensions (b/c of sundown) and currently doesn't work with jruby.