diff --git a/blazor/blockeditor/built-in-blocks/inline-content.md b/blazor/blockeditor/built-in-blocks/inline-content.md
index ca89c806a0..5a60781e30 100644
--- a/blazor/blockeditor/built-in-blocks/inline-content.md
+++ b/blazor/blockeditor/built-in-blocks/inline-content.md
@@ -128,7 +128,7 @@ The below sample demonstrates the usage of Mention and Label types in the Block
@using Syncfusion.Blazor.BlockEditor
-
+
@@ -166,7 +166,7 @@ The below sample demonstrates the usage of Mention and Label types in the Block
## Applying Inline Styles
-The Block Editor allows you to apply rich formatting to `Text`, `Link`, and `Code` elements using the `Styles` property.
+The Block Editor allows you to apply rich formatting to block contents using the `Styles` property.
The `Styles` property supports the following options:
@@ -190,7 +190,7 @@ You can apply one or more of these styles to any supported content element for r
@using Syncfusion.Blazor.BlockEditor
-
+
diff --git a/blazor/blockeditor/built-in-blocks/list-types.md b/blazor/blockeditor/built-in-blocks/list-types.md
index 4b74472a63..49ce2a2d18 100644
--- a/blazor/blockeditor/built-in-blocks/list-types.md
+++ b/blazor/blockeditor/built-in-blocks/list-types.md
@@ -89,7 +89,7 @@ By default, the `IsChecked` property is set to `false`.
```cshtml
@using Syncfusion.Blazor.BlockEditor
-
+
@@ -154,7 +154,7 @@ The following example demonstrates how to render the different types of list blo
@using Syncfusion.Blazor.BlockEditor
-
+
diff --git a/blazor/blockeditor/editor-menus.md b/blazor/blockeditor/editor-menus.md
index d345200bdd..96dce79b71 100644
--- a/blazor/blockeditor/editor-menus.md
+++ b/blazor/blockeditor/editor-menus.md
@@ -23,6 +23,7 @@ The Slash Command menu comes with a set of pre-defined commands for all block ty
- **Lists (Bullet, Numbered, Checklist)**: Creates a block for the specified list type.
- **Paragraph**: Inserts a standard text block.
- **Image**: Inserts a media block for images.
+- **Table**: Inserts a table block.
- **Toggle**: Creates a collapsible content block.
- **Callout**: Inserts a block for highlighting important information.
- **Utility (Divider, Quote)**: Inserts a utility block like a divider or quote block.
diff --git a/blazor/blockeditor/validation-security/cross-site-script.md b/blazor/blockeditor/editor-security/cross-site-script.md
similarity index 100%
rename from blazor/blockeditor/validation-security/cross-site-script.md
rename to blazor/blockeditor/editor-security/cross-site-script.md
diff --git a/blazor/blockeditor/validation-security/read-only-mode.md b/blazor/blockeditor/editor-security/read-only-mode.md
similarity index 100%
rename from blazor/blockeditor/validation-security/read-only-mode.md
rename to blazor/blockeditor/editor-security/read-only-mode.md
diff --git a/blazor/blockeditor/images/appearance.png b/blazor/blockeditor/images/appearance.png
index b7a8b45152..58d4612b5a 100644
Binary files a/blazor/blockeditor/images/appearance.png and b/blazor/blockeditor/images/appearance.png differ
diff --git a/blazor/blockeditor/images/customStyles.png b/blazor/blockeditor/images/customStyles.png
index f448340244..1a69e394b3 100644
Binary files a/blazor/blockeditor/images/customStyles.png and b/blazor/blockeditor/images/customStyles.png differ
diff --git a/blazor/blockeditor/images/image-block.png b/blazor/blockeditor/images/image-block.png
index acc57d8089..48dec523db 100644
Binary files a/blazor/blockeditor/images/image-block.png and b/blazor/blockeditor/images/image-block.png differ