[MD]
Markdown Preview
473 chars
Heading 1
Heading 2
Heading 3
Bold text and italic text and strikethrough
- [__]Unordered item 1 - [__]Unordered item 2 - [__]Nested item
- Ordered item 1
- Ordered item 2
inline code
``
// code block
function hello() {
console.log("Hello, world!");
}
``
> Blockquote
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |