Module pro.verron.asciidoc.converters


module pro.verron.asciidoc.converters

Converts AsciiDocModel instances to various output formats, including HTML, plain text, and SVG.

Each converter implements Function< AsciiDocModel, String> and can be used as a standalone mapping function.

Exported Packages

[pro.verron.asciidoc.converters]
Core converter implementations: [AsciiDocToHtml], [AsciiDocToText], and [AsciiDocToSvg].
[pro.verron.asciidoc.converters.svg]
SVG element model and theming support used by the SVG converter.

Requirements