Module: Newstile::Converter

Defined in:
lib/newstile/converter.rb,
lib/newstile/converter/base.rb,
lib/newstile/converter/html.rb,
lib/newstile/converter/latex.rb,
lib/newstile/converter/markdown.rb,
lib/newstile/converter/newstile.rb

Overview

Converter Module

This module contains all available converters, i.e. classes that take a document and convert the document tree to a specific output format, normally a string. For example, the Html module converts the document tree into 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 converter class.

Defined Under Namespace

Classes: Base, Html, Latex, Markdown, Newstile