Kramdown::Parser::Kramdown
# File lib/jekyll/converters/smartypants.rb, line 2 def initialize(source, options) super @block_parsers = [:block_html] @span_parsers = [:smart_quotes, :html_entity, :typographic_syms, :span_html] end