1 Repo
Attaches typed values to tags and nodes to control their rendering behavior in document pipelines.
Distinct from Element Attributes: Distinct from Element Attributes: focuses on document content nodes rather than general DOM element attributes.
Explore 1 awesome GitHub repository matching web development · Document Attribute Passing. 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
Attaches typed values to tags and nodes to control their rendering behavior in document pipelines.