MDX Pipeline


Nivel's MDX pipeline turns authored content into docs pages with headings, code blocks, diagrams, and runtime components. It is part of the engine so consumers do not need to duplicate MDX setup for each docs site.

Pipeline features

  • GitHub-flavored Markdown support
  • docs heading extraction for table of contents data
  • definition list support
  • code block metadata transforms
  • package-manager and choice-group transforms
  • Mermaid rendering support
  • shared MDX component provider behavior

For author-facing usage, read Writing MDX Pages and Code Blocks.