Heading 1
Heading 2
Heading 3
This is a paragraph with bold and italic text.
- List item 1
- List item 2
- List item 3
- Ordered item 1
- Ordered item 2
- Ordered item 3
This is a blockquote
// This is a code block
function testFunction() {
console.log('Hello world!');
}