From ad3ada618de53c94999741f4884ab48fdbbc3499 Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Mon, 21 Oct 2024 22:28:51 +0530 Subject: [PATCH] Markdown - docs update --- docs/docs/05-components/markdown.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/05-components/markdown.mdx b/docs/docs/05-components/markdown.mdx index dc7d426bc..41951fba3 100644 --- a/docs/docs/05-components/markdown.mdx +++ b/docs/docs/05-components/markdown.mdx @@ -19,6 +19,7 @@ Use Blazor Bootstrap Markdown component to add formatting, tables, images, and m | Name | Type | Default | Required | Description | Added Version | |:--|:--|:--|:--|:--|:--| +| ChildContent | RenderFragment | null | ✔️ | Gets or sets the content to be rendered within the component. | 3.1.0 | | TableCssClass | string? | `table` | | Gets or sets the CSS class for table. | 3.1.0 | | BlockquotesCssClass | string? | `blockquote` | | Gets or sets the CSS class for blockquotes. | 3.1.0 |