zhravan/zen-mdx-blog

feat: support for mermaid diagram

Open

#11 opened on Oct 22, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (6 forks)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-acceptedhacktoberfest2025help wanted

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Descrioption

Add support for Mermaid.js diagrams in MDX content for flowcharts, sequence diagrams, and other visualizations.

Things to take care of:

  • Integrate mermaid library
  • Custom MDX component or remark plugin
  • Support common diagram types
  • Theme-aware styling
  • Lazy loading for performance

Contributor guide