Markdown Style Guide
This post demonstrates the typography and styling of the Temporal theme.
Headings
Heading 3
Heading 4
Heading 5
Heading 6
Lists
Unordered List
- Item 1
- Item 2
- Sub-item 2.1
- Sub-item 2.2
- Item 3
Ordered List
- First item
- Second item
- Sub-item 2.1
- Sub-item 2.2
- Third item
Typography
Bold text, italic text, strikethrough, and inline code.
This is a blockquote. It should look like a whisper or a note, consistent with the theme’s design language.
“This is a dialogue bubble inside a blockquote.”
Code Blocks
function helloWorld() {
console.log("Hello, World!");
return true;
}
.container {
display: flex;
justify-content: center;
align-items: center;
}
Tables
| Feature | Support | Notes |
|---|---|---|
| Markdown | Yes | Standard GFM |
| Syntax Highlighting | Yes | Shiki |
| Responsive | Yes | Mobile-first |
Images
Image Caption: A placeholder image for testing.
Dividers
The end.