Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/src/content/pages/fields/mdx.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ someContent: fields.mdx.inline({
})
```

this will write content next to other fields like this instead of in a different file:
This will write content next to other fields like this instead of in a different file:

```yaml
someContent: |
Expand All @@ -123,6 +123,8 @@ someContent: |
Some content
```

Depending on your Integration, you may have to transform those sections manually. Astro, for example, will return them as plain text. You can [use mikromark](https://github.com/micromark/micromark) – which Keystatic uses internally – to generate the HTML.

---

## Formatting options
Expand Down
Loading