Skip to content

Commit 5ce9c6e

Browse files
committed
add limitation note
1 parent 2416bb2 commit 5ce9c6e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/widgets/richtext

content/en/docs/marketplace/platform-supported-content/widgets/richtext/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,13 @@ export async function selectImage(fileGuid) {
284284
```
285285

286286
This code will trigger a new event called **imageSelected** and bubble up the event back to Rich Text widget to continue the flow. The user then can use the **image id** instead of **base64 string** as the image source.
287+
288+
## Limitation
289+
290+
Rich text version 4 still have limitations that we will continue improving in the future.
291+
Current notable limitations are:
292+
293+
- Tables only support basic formatting. The following are not yet supported:
294+
- Nested tables
295+
- Table header
296+
- Table caption

0 commit comments

Comments
 (0)