We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1c47b commit ad3ada6Copy full SHA for ad3ada6
docs/docs/05-components/markdown.mdx
@@ -19,6 +19,7 @@ Use Blazor Bootstrap Markdown component to add formatting, tables, images, and m
19
20
| Name | Type | Default | Required | Description | Added Version |
21
|:--|:--|:--|:--|:--|:--|
22
+| ChildContent | RenderFragment | null | ✔️ | Gets or sets the content to be rendered within the component. | 3.1.0 |
23
| TableCssClass | string? | `table` | | Gets or sets the CSS class for table. | 3.1.0 |
24
| BlockquotesCssClass | string? | `blockquote` | | Gets or sets the CSS class for blockquotes. | 3.1.0 |
25
0 commit comments