#1147: Kramdown does not work ----------------------------------+----------------------------------------- Reporter: kunc.filip@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: Kramdown ----------------------------------+----------------------------------------- When installing kramdown via macgems, everything seems to be working. But on more complex markdown stuff, MacRuby behaves a lot differently than standard ruby. For example this string: # header test A list * first bullet * second bullet Renders via puts Kramdown::Document.new(text).to_html only list and ignores header. -- Ticket URL: <http://www.macruby.org/trac/ticket/1147> MacRuby <http://macruby.org/>