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

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 --> comp

Author

Joseph Verron - About Me

License

MIT License

Edit this page