Package pro.verron.asciidoc.converters
package pro.verron.asciidoc.converters
Converts AsciiDocModel instances to various text-based and vector output formats.
Each converter implements Function< AsciiDocModel, String > and can be applied directly to a parsed model:
- AsciiDocToHtml — renders to an HTML document
- AsciiDocToText — renders to plain AsciiDoc text
- AsciiDocToSvg — renders to an SVG document simulating an editor
- See Also:
-
ClassesClassDescriptionConverts an
AsciiDocModelto an HTML document string.Converts anAsciiDocModelinto an SVG document simulating an editor interface.Converts anAsciiDocModelto a plain AsciiDoc text string.