Coradoc provides a hub-and-spoke architecture for document transformations. The CoreModel serves as the canonical, format-agnostic representation, enabling transformations between AsciiDoc, HTML, Markdown, and more.
AsciiDoc Document Model, Parser, and Serializer for the Coradoc document transformation framework. Provides bidirectional transformation between AsciiDoc and CoreModel.
Provides Markdown parsing and serialization capabilities for Coradoc. Includes the Markdown Document Model, a CommonMark-compliant Parslet-based parser, and round-trip capable serializer.
Provides OOXML (DOCX) to CoreModel transformation for the Coradoc document transformation hub. Uses Uniword to read DOCX files and transforms the OOXML model tree to Coradoc::CoreModel.
Provides HTML to AsciiDoc conversion and AsciiDoc to HTML rendering with both classic and modern Vue.js SPA themes