Appearance
Markdown Examples
Headings
H1
H2
H3
H4
H5
H6
Emphasis
bold text
italicized text
bold and italic
Lists
Unordered List
- First item
- Second item
- Third item
Ordered List
- First item
- Second item
- Third item
Code Blocks
javascript
export default {
name: 'MyComponent',
setup() {
return {}
}
}Links
Images
Blockquotes
This is a blockquote with multiple lines