Skip to content

Commit 06aaf8a

Browse files
Copilothotlong
andcommitted
Fix MDX syntax in rich-text field documentation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5a9d15a commit 06aaf8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/fields/rich-text.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ interface RichTextFieldSchema {
5959
## Supported Formats
6060

6161
### Markdown
62-
- **Headings**: # H1, ## H2, ### H3
63-
- **Bold/Italic**: **bold**, *italic*
62+
- **Headings**: `# H1`, `## H2`, `### H3`
63+
- **Bold/Italic**: `**bold**`, `*italic*`
6464
- **Lists**: Ordered and unordered
65-
- **Links**: [text](url)
66-
- **Images**: ![alt](url)
65+
- **Links**: `[text](url)`
66+
- **Images**: `![alt](url)`
6767
- **Code**: Inline and blocks
6868
- **Tables**: Markdown tables
6969

0 commit comments

Comments
 (0)