1 Repo
Passes variables, custom tags, nodes, functions, and partials to the transform step to control how Markdown content renders.
Distinct from Documentation Rendering: Distinct from Documentation Rendering: focuses on configuration-driven rendering with custom components rather than general documentation display.
Explore 1 awesome GitHub repository matching user interface & experience · Configurable Document Rendering. Refine with filters or upvote what's useful.
Markdoc is a documentation content framework that extends standard Markdown with custom tags, typed schemas, and reusable components, parsing content into an abstract syntax tree and rendering it as React elements or HTML. It provides a structured authoring system where documents are processed through an AST-based pipeline, enabling validation, transformation, and flexible output generation. The framework distinguishes itself through a schema-driven validation pipeline that checks document structure and attribute values against defined rules, and a pluggable renderer architecture that accepts
Passes variables, custom tags, nodes, functions, and partials to control how Markdown content renders.