Stylish Markdown
Welcome to Stylish Markdown. This paragraph includes emphasis and strikethrough.
Headings
H3 heading
H4 heading
H5 heading
H6 heading
Lists
- Unordered item
- Another item with
inline code
- Ordered item
- Second ordered item
Quote
This is a blockquote with a link to Markdown docs.
Code block
const themeName = 'Default Balanced';
console.log(themeName);
Table
| Feature | Status |
|---|---|
| Live preview | Ready |
| Theme JSON import/export | Ready |