✅ With Typography

H2: Section Heading

H3: Subsection Heading

This is a paragraph to demonstrate typography styles, showing the visual effects of line height, letter spacing, and paragraph spacing.

You can write text that is bold, italicized, or contains code snippets.

This is a blockquote area.
  1. Ordered List 1
  2. Ordered List 2
function greet(name) {
  return 'Hello, ' + name + '!';
}
ItemDescription
HTMLHypertext Markup Language
CSSCascading Style Sheets

❌ Undo Some Typography Styles

H2: not-prose

H3: Subsection Heading

This is a paragraph to demonstrate typography styles, showing the visual effects of line height, letter spacing, and paragraph spacing.

You can write text that is bold, italicized, or contains code snippets.

This is a blockquote area.
  1. Ordered List 1
  2. Ordered List 2
function greet(name) {
  return 'Hello, ' + name + '!';
}
ItemDescription
HTMLHypertext Markup Language
CSSCascading Style Sheets
Add the `not-prose` class to undo typography stylesAdd the `not-prose` class to undo typography styles