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
def parse_content
def parse_content add_text @src.scan(%r!\A.*\n!) end