Office-stamper AsciiDoc Modules
This project provides a suite of modules for handling AsciiDoc content within the Office-stamper ecosystem. It enables bidirectional conversion between AsciiDoc and DOCX, as well as high-quality rendering to HTML, SVG, and PNG.
Modules
- asciidoc-core: Foundation data model and parsing logic.
- asciidoc-converters: Lightweight rendering to HTML, SVG, and Text.
- asciidoc-docx: Conversion between AsciiDoc and Microsoft Word (DOCX).
- asciidoc-compiler: High-level API and PNG export utilities.
- asciidoc-preview: AsciidoctorJ extension for embedding previews in documentation.
Architecture
graph TD
subgraph AsciiDoc Parent
core[asciidoc-core]
conv[asciidoc-converters]
docx[asciidoc-docx]
comp[asciidoc-compiler]
ext[asciidoc-preview]
end
conv --> core
docx --> core
comp --> core
comp --> conv
comp --> docx
ext --> compAuthor
Joseph Verron - About Me