class Kramdown::Parser::SmartyPants
Public Class Methods
new(source, options)
click to toggle source
Calls superclass method
# 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