We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9d15a commit 06aaf8aCopy full SHA for 06aaf8a
content/docs/fields/rich-text.mdx
@@ -59,11 +59,11 @@ interface RichTextFieldSchema {
59
## Supported Formats
60
61
### Markdown
62
-- **Headings**: # H1, ## H2, ### H3
63
-- **Bold/Italic**: **bold**, *italic*
+- **Headings**: `# H1`, `## H2`, `### H3`
+- **Bold/Italic**: `**bold**`, `*italic*`
64
- **Lists**: Ordered and unordered
65
-- **Links**: [text](url)
66
-- **Images**: 
+- **Links**: `[text](url)`
+- **Images**: ``
67
- **Code**: Inline and blocks
68
- **Tables**: Markdown tables
69
0 commit comments