Skip to content

Commit 019d7f5

Browse files
committed
docs: rich text corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
1 parent cb10b36 commit 019d7f5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

content/docs/fields/field-types/text-based/rich-text.mdx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,21 @@ In the table view, the **Rich text** field appears as a single-line cell. To vie
2828
![image](/img/v2/fields/types/long-text/rich-text-expand.png)
2929

3030

31-
### Formatting options
31+
## Formatting options
32+
NocoDB supports Markdown syntax for formatting the text. Sections below explain various formatting options available in the rich text editor.
33+
34+
### Heading
35+
To create a heading, prefix `#` symbol preceding your heading text. The number of # symbols employed will dictate the heading's hierarchy level and typeface size. Three levels of headings are supported.
36+
37+
```
38+
# Heading 1
39+
## Heading 2
40+
### Heading 3
41+
```
42+
43+
![image](/img/v2/fields/types/richtext-heading.png)
44+
45+
### Text formatting
3246
You can emphasise text with bold, italic, strikethrough or underline formatting options. Table below shows syntax, keyboard shortcut, example & output for each formatting option.
3347

3448
| Style | Syntax | Keyboard shortcut | Output |
@@ -132,4 +146,6 @@ You can create task lists using the **Task list** option in the toolbar or with
132146
**Display**
133147

134148
- [ ] Item 1
135-
- [x] Item 2
149+
- [x] Item 2
150+
151+
---

0 commit comments

Comments
 (0)