Expand description
Diagnostics for parse, structure, links, and extension validation.
Structs§
- Diagnostic
- Diagnostic entry emitted by markdown analysis.
- Diagnostics
Options - Runtime options used while computing diagnostics.
Enums§
- Diagnostic
Code - Stable diagnostic codes for markdown intelligence.
- Diagnostic
Severity - Diagnostic severity level.
- Diagnostics
Profile - Policy profile controlling which diagnostics are emitted.
Functions§
- compute_
diagnostics - Compute diagnostics for a parsed markdown document.
- compute_
diagnostics_ critical - Compute only critical diagnostics (errors) using the default policy profile.
- compute_
diagnostics_ with_ options - Compute diagnostics using configurable policy controls.