Module: Kramdown::Converter
- Defined in:
- lib/kramdown/converter.rb,
lib/kramdown/converter/toc.rb,
lib/kramdown/converter/base.rb,
lib/kramdown/converter/html.rb,
lib/kramdown/converter/latex.rb,
lib/kramdown/converter/kramdown.rb
Overview
This module contains all available converters, i.e. classes that take a root Element and convert it to a specific output format. The result is normally a string. For example, the Converter::Html module converts an element tree into valid HTML.
Converters use the Base class for common functionality (like applying a template to the output) - see its API documentation for how to create a custom converter class.