Hello, World 👋🏻
npm install @nuxt/content powered by markdown.
This is a paragraph.
This is another paragraph.
This is a heading 2
You can use lists
- list item 1
- list item 2
- list item 3
You can use code blocks
const hello = "world";
console.log(hello);
You can use blockquotes
This is a blockquote
You can use links
You can use tables
| Column 1 | Column 2 |
|---|---|
| Row 1 | Row 1 |
| Row 2 | Row 2 |
| Row 3 | Row 3 |
You can use horizontal rules
You can use emphasis
This is bold
This is italic
You can use inline code
const hello = 'world';
This is a quick tip about markdown