Skip to content

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 28 May 19:18

Bug Fixes

  • Fumadocs directive normalizationnormalize_fumadocs_directives in post_processors.py maps LLM shorthand callout names (:::warn, :::error, :::success, etc.) to the valid fumadocs set (:::warning, :::danger, :::tip). Previously these rendered as raw text instead of styled callout boxes.
  • Frontmatter description cleanupfix_frontmatter_description strips trailing :: / ::: artefacts from the YAML description: field that the remark-directive plugin partially parses, corrupting the nav sidebar descriptions.
  • Mermaid error boundary silent fallbackMermaidErrorBoundary in scaffold now returns null for broken diagrams instead of a visible error <pre> block, keeping pages noise-free. Source-level mermaid fixes (_fix_mermaid_diagram) remain in place as the primary guard.