Overview

This fixture exercises bold, italic, strike, inline code, and a link.

Subheading

A second paragraph with a link.

A class-1 callout — short and to the point.

A class-3 callout with more text, useful when the message needs room.

By the Numbers

87%
Coverage
Up 12 points
1.2M
Users
4.8
Rating
Out of 5
24/7
Uptime

A small table

Element Syntax Notes
Title # Once at top
Section ## Sidebar tab
Heading ### In-tab

Flow

Prompt
Generate
Upload
Render
graph LR A[Start]:::class1 --> B[Middle]:::class2 --> C[End]:::class3

Tasks

  • Lock the spec
  • Build the parser
  • Build the renderer
  • Theme it
  • Ship it

Code

function hello(name: string) {
	return `Hello, ${name}!`;
}
Date
2026-05-26
Project
md-converter
Purpose
Exercise every parser/renderer feature end-to-end