1 repository
Applies attributes to inline Markdown nodes using a separate annotation block for per-element customization.
Distinct from Inline Metadata Annotations: Distinct from Inline Metadata Annotations: uses separate blocks rather than inline key-value pairs.
Explore 1 awesome GitHub repository matching user interface & experience · Separate Block Annotations. 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
Applies attributes to inline Markdown nodes using a separate annotation block for per-element customization.