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
pro.verron.asciidoc.core— the AsciiDoc document modeljava.desktop— AWT font metrics for SVG text layout
-
Packages
ExportsPackageDescriptionConverts AsciiDocModel instances to various text-based and vector output formats.SVG element model and theming support for the AsciiDocToSvg converter.