Typography Plugin Test
This page tests the @tailwindcss/typography prose styles used for Markdown content rendering.
Headings
Heading Level 3
Heading Level 4
Body Text
Regular paragraph text with bold, italic, and links.
This is a blockquote with a left border accent.
Lists
- Unordered list item one
- Unordered list item two
- Ordered list item one
- Ordered list item two
Code
Inline code and a code block:
const hello = "world"; Table
| Name | Country |
|---|---|
| Sailor One | USA |
| Sailor Two | NZL |