Heading 1
This is a paragraph with bold text and italic text. You can also combine bold and italic text.
Heading 2
Here's a link to another page and an external link.
Heading 3
Heading 4
Lists
Unordered List
- Item 1
- Item 2
- Item 3
- Nested item 1
- Nested item 2
Ordered List
- First item
- Second item
- Third item
- Nested ordered item
Code
Inline code looks like this.
// Code block
function hello() {
console.log("Hello, world!");
return true;
}
Blockquotes
This is a blockquote.
It can span multiple lines.
Tables
| Name | Age | Location |
|---|---|---|
| John | 28 | New York |
| Jane | 32 | San Francisco |
| Bob | 45 | Chicago |
Emphasis
You can use italic or italic for emphasis.
You can use bold or bold for strong emphasis.
Links with Anchors
You can link to specific sections within the page.
Combining Elements
A heading inside a blockquote
With a paragraph and a link.
- And a list
- Inside the blockquote
That's all the formatting options available in your MDX setup!