Beautiful Content Styling
The .content class automatically styles all semantic HTML elements for optimal readability. It sets a comfortable max-width of 65 characters per line and provides consistent spacing throughout.
Headings Hierarchy
All heading levels are properly styled with appropriate sizes and spacing. The class ensures a clear visual hierarchy that guides readers through your content.
Lists and Structure
Both ordered and unordered lists are beautifully styled:
- Nested lists work perfectly
- Proper indentation and spacing
- Multiple levels supported
- Second level item
- Another nested item
Code and Technical Content
Inline code like const example = true is styled with a subtle background, while code blocks get full treatment:
function greet(name) {
return `Hello, ${name}!`;
}
Blockquotes
Blockquotes are perfect for highlighting important quotes or callouts. They feature a left border and subtle background styling.
Zeno UI Documentation
Tables
| Feature | Description | Status |
|---|---|---|
| Typography | Beautiful heading and text styles | ✓ |
| Lists | Ordered and unordered list styling | ✓ |
| Code | Inline and block code formatting | ✓ |
Links and Emphasis
Links are underlined with a subtle color and hover effects. You can use strong text, emphasis, and highlighted text as needed.
Use the .content class on any container with semantic HTML to get beautiful, readable content styling automatically.