class Kramdown::Parser::Markdown
also fail but those failures are negligible).
Note, though, that the parser basically fails just one of the Markdown test cases (some others
real Markdown parsers in some respects.
parser methods (like deciding when a list item contains just text), this parser differs from
non-Markdown features. However, since some things are handled differently by the kramdown
This parser is based on the kramdown parser and removes the parser methods for the additional
Used for parsing a document in Markdown format.
def initialize(source, options) # :nodoc:
def initialize(source, options) # :nodoc: super @block_parsers.delete_if {|i| EXTENDED.include?(i) } @span_parsers.delete_if {|i| EXTENDED.include?(i) } end