Class Kramdown::Parser::Html
In: lib/kramdown/parser/html.rb
Parent: Base

Used for parsing a HTML document.

The parsing code is in the Parser module that can also be used by other parsers.

Methods

parse  

Included Modules

Parser

Classes and Modules

Module Kramdown::Parser::Html::Parser

Public Instance methods

Parse the source string provided on initialization as HTML document.

[Validate]