From 055613dc31d2113fa1b2204c558ffd525ccede3c Mon Sep 17 00:00:00 2001 From: Volodymyr Dziubak Date: Fri, 29 Aug 2025 20:59:49 -0400 Subject: [PATCH] Update document-structure.mdx Remove extra code block ticks that prevent proper doc page rendering --- docs/content/docs/foundations/document-structure.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/docs/foundations/document-structure.mdx b/docs/content/docs/foundations/document-structure.mdx index ade5178f23..60a43d668c 100644 --- a/docs/content/docs/foundations/document-structure.mdx +++ b/docs/content/docs/foundations/document-structure.mdx @@ -72,7 +72,6 @@ type CustomInlineContent = { content: StyledText[] | undefined; props: Record; }; -``` type InlineContent = Link | StyledText | CustomInlineContent;