From 1004644e850ae09c06cccd12626c76c9f7df5c11 Mon Sep 17 00:00:00 2001 From: "Jord Gui [SSW]" <41951199+Jord-Gui@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:00:32 +1100 Subject: [PATCH] Add unsupported types in table cells --- content/docs/reference/types/rich-text.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/docs/reference/types/rich-text.mdx b/content/docs/reference/types/rich-text.mdx index e97980e2f..2122e9020 100644 --- a/content/docs/reference/types/rich-text.mdx +++ b/content/docs/reference/types/rich-text.mdx @@ -1,6 +1,6 @@ --- title: The "rich-text" field -last_edited: '2024-09-18T01:54:13.946Z' +last_edited: '2024-10-11T00:58:04.131Z' next: '' previous: '' --- @@ -186,6 +186,15 @@ While most markdown features are supported out of the box, Tina will ignore elem * Code blocks via indentation (use ` ``` ` instead) * Strikethrough +##### Table Cell Limitations + +Within table cells, support is limited to inline elements only. The following types are unsupported: + +* Code Block +* Lists +* Quote +* Headings + ### Automatic transforms For some elements, Tina will automatically transform the values: