# Markdown

> Create markdown documents with headings, paragraphs, lists, and AI-generated images.

Source: https://mockflow.com/developers/reference/item-types/markdown

Send `"type": "markdown"`.

Create markdown documents with headings, paragraphs, lists, and AI-generated images.

Also available as the MCP tool `render_markdown`. The same payload works through either surface.

### Fields

- `content` (string, required): Markdown content. Use standard markdown syntax. For AI-generated images, use: ![alt](prompt:: "description")

## Example

```json
{
  "type": "markdown",
  "data": {
    "content": "string"
  }
}
```
