class Kramdown::Parser::SmartyPants

def initialize(source, options)

def initialize(source, options)
  super
  @block_parsers = [:block_html, :content]
  @span_parsers =  [:smart_quotes, :html_entity, :typographic_syms, :span_html]
end