# Sample Markdown Content
This is an *example* of **formatted** text with a [link](/doc) and a `code span`.
## Markdoc tags
### Callout
This is formatted text inside of a callout.
### Generic tag
foo
This is formatted text inside of a generic tag.
## Blockquote
This is a sample blockquote
## Bulleted list
* This is a sample list
* This is another list item
* This is an indented list item
* This is a deeply nested item
* This is another indented list item
## Table
Foo | Bar | Baz |
---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
## Fenced Code Block
```javascript
class Example {