MDV, a new Markdown superset for creating documents, dashboards, and slides with integrated data visualization, launched on Hacker News on April 18, 2026. The project received 90 points and 32 comments, drawing attention from technical writers and developers seeking simpler alternatives to complex documentation tools.
MDV Extends CommonMark With Four Key Additions
The platform builds on CommonMark with four purposeful extensions designed for data-driven content:
- YAML front-matter for metadata like titles, themes, and dataset references
- Fenced code blocks with dedicated syntax for charts and statistics (e.g., ```chart type=bar)
- Container blocks using ::: notation for styled regions like callouts and columns
- Auto-generated table of contents via the ::: toc directive
Unlike standard Markdown, which lacks native support for data visualization, MDV enables users to embed charts and data without leaving the markdown environment.
No Code Required: Charts Rendered as Inline SVG
MDV's core philosophy centers on simplicity. The platform requires "no selectors, no classes, no expressions, no code," instead relying on themes and reusable named styles. This approach makes it accessible to technical writers who don't want to learn specialized templating languages or JavaScript.
Charts are rendered as inline SVG in the output HTML, creating truly self-contained documents with no external dependencies or JavaScript runtime requirements. This makes the output highly portable and suitable for archival purposes.
Supports Multiple Output Formats and Data Sources
MDV outputs to:
- Self-contained HTML with inline SVG charts
- PDF exports
- Live preview via VS Code extension with side-by-side editing
For data handling, users can embed CSV or JSON inline or reference external data files. This enables charts to dynamically visualize real information without switching tools.
Target Use Cases Include Technical Documentation and Dashboards
The platform targets technical writers and analysts who need professional, data-rich outputs. Primary use cases include:
- Technical documentation with embedded charts
- Data dashboards stored as markdown files
- Presentation slides with data visualization
- Reports combining narrative and data
By keeping the source of truth in plain text markdown files, MDV enables version control and collaboration through standard git workflows.
Key Takeaways
- MDV extends CommonMark with YAML front-matter, fenced code blocks for charts, container blocks, and auto-generated TOC
- Charts render as inline SVG with no JavaScript runtime required, creating self-contained, portable documents
- The platform emphasizes a "no code" philosophy using themes and named styles instead of complex configuration
- MDV supports inline or file-referenced CSV/JSON data sources and outputs to HTML, PDF, and VS Code preview
- The project received 90 points and 32 comments on Hacker News on April 18, 2026