# 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

FooBarBaz
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6

## Fenced Code Block

```javascript
class Example {