Skip to main content

Module types

Module types 

Source
Expand description

Shared types for the docs pipeline.

This module defines render options, output formats, render results, metadata, syntax highlighting themes, and supported languages.

Structs§

MarkdownOptions
Markdown parsing options
RenderMetadata
Metadata extracted during rendering
RenderResult
Render result containing the rendered content and metadata
RenderStats
Rendering statistics

Enums§

Language
Supported programming languages for syntax highlighting.
OutputFormat
Output format for rendering
SyntaxTheme
Syntax highlighting theme

Type Aliases§

RenderOptions
Markdown parsing options.