diff --git a/docs/content/docs/features/blocks/inline-content.mdx b/docs/content/docs/features/blocks/inline-content.mdx index 23512e9e47..10bc4b8d9b 100644 --- a/docs/content/docs/features/blocks/inline-content.mdx +++ b/docs/content/docs/features/blocks/inline-content.mdx @@ -108,5 +108,10 @@ type Styles = { * @default "default" */ textColor: string; + /** + * Whether the text is code. + * @default false + */ + code: boolean; }; ```