module Kramdown::Parser

This module contains all available parsers. A parser takes an input string and converts the string to an element tree.

New parsers should be derived from the Base class which provides common functionality - see its API documentation for how to create a custom converter class.