class Kramdown::Parser::GFM

def parse

def parse
  super
  add_hard_line_breaks(@root) if @options[:hard_wrap]
end