diff --git a/Document-Processing/Word/Word-Processor/angular/overview.md b/Document-Processing/Word/Word-Processor/angular/overview.md
index d2a8ef9b1..75a63e157 100644
--- a/Document-Processing/Word/Word-Processor/angular/overview.md
+++ b/Document-Processing/Word/Word-Processor/angular/overview.md
@@ -31,7 +31,7 @@ The Syncfusion® [Angular DOCX Editor](https
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
-* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services/core) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.
@@ -39,15 +39,15 @@ The Syncfusion® [Angular DOCX Editor](https
## Supported platforms for server-side dependencies
The Document Editor component requires server-side interactions for the following operations:
-• Open file formats other than SFDT
+* Open file formats other than SFDT
-• Paste with formatting
+* Paste with formatting
-• Restrict editing
+* Restrict editing
-• Spell check
+* Spell check
-• Save as file formats other than SFDT and DOCX
+* Save as file formats other than SFDT and DOCX
You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.
diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/overview.md b/Document-Processing/Word/Word-Processor/asp-net-core/overview.md
index 46a883002..83ceb0bbc 100644
--- a/Document-Processing/Word/Word-Processor/asp-net-core/overview.md
+++ b/Document-Processing/Word/Word-Processor/asp-net-core/overview.md
@@ -31,6 +31,6 @@ The Syncfusion® [ASP.NET Core DOCX Editor](
* Provides support to perform [spell checking](../asp-net-core/spell-check) for any input text.
* Allows user interactions like [zoom](../asp-net-core/scrolling-zooming#zooming), [scroll](../asp-net-core/scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](../asp-net-core/dialog), and [navigation pane](../asp-net-core/find-and-replace#options-pane).
-* Provides a [ribbon interface](../asp-net-core/ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](../asp-net-core/ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](../asp-net-core/global-local) all the static text to any desired language.
-* Allows to create a lightweight Word viewer using module injection to view and [prints](../asp-net-core/print) Word documents.
+* Allows to create a lightweight Word viewer using module injection to view and [prints](../asp-net-core/print) Word documents.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md
index c02ab02d6..8a6925db4 100644
--- a/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md
+++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md
@@ -31,7 +31,6 @@ The Syncfusion® [ASP.NET MVC DOCX Editor](h
* Provides support to perform [spell checking](./spell-check) for any input text.
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
-* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
-
diff --git a/Document-Processing/Word/Word-Processor/blazor/overview.md b/Document-Processing/Word/Word-Processor/blazor/overview.md
index 4aa75eae4..7e855f36f 100644
--- a/Document-Processing/Word/Word-Processor/blazor/overview.md
+++ b/Document-Processing/Word/Word-Processor/blazor/overview.md
@@ -15,20 +15,20 @@ The Syncfusion® [Blazor DOCX Editor](https:
## Key Features
-* [Opens](./opening-a-document.md) the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
-* [Saves the documents](./saving-document.md) in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
-* Supports document elements like text, [image](./image.md), [table](./table.md), fields, [bookmark](./bookmark.md), [shapes](./shapes.md), [section](./section-format.md), [header and footer](./header-footer.md).
-* Supports the commonly used fields like [hyperlink](./link.md), page number, page count, and table of contents.
-* Supports formats like [text](./text-format.md), [paragraph](./paragraph-format.md), [bullets and numbering](./list-format.md), [table](./table-format.md) and [page settings](./section-format.md).
-* Provides support to create, edit, and apply [paragraph and character styles](./styles.md).
-* Provides support to [find and replace](./find-and-replace.md) text within the document.
-* Supports all the common editing and formatting operations along with [undo and redo](./history.md).
-* Provides support to [cut](./clipboard#cut), [copy](./clipboard#copy), and [paste](./clipboard.md#paste) rich text contents within the component. Also allows pasting simple text to and from other applications.
-* Provides support to insert, and edit [form fields](./form-fields.md).
-* Provides support to insert, and edit [comments](./comments.md).
-* Provides support to track the [inserted and deleted content](./track-changes.md).
+* [Opens](./opening-a-document) the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
+* [Saves the documents](./saving-document) in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
+* Supports document elements like text, [image](./image), [table](./table), fields, [bookmark](./bookmark), [shapes](./shapes), [section](./section-format), [header and footer](./header-footer).
+* Supports the commonly used fields like [hyperlink](./link), page number, page count, and table of contents.
+* Supports formats like [text](./text-format), [paragraph](./paragraph-format), [bullets and numbering](./list-format), [table](./table-format) and [page settings](./section-format).
+* Provides support to create, edit, and apply [paragraph and character styles](./styles).
+* Provides support to [find and replace](./find-and-replace) text within the document.
+* Supports all the common editing and formatting operations along with [undo and redo](./history).
+* Provides support to [cut](./clipboard#cut), [copy](./clipboard#copy), and [paste](./clipboard#paste) rich text contents within the component. Also allows pasting simple text to and from other applications.
+* Provides support to insert, and edit [form fields](./form-fields).
+* Provides support to insert, and edit [comments](./comments).
+* Provides support to track the [inserted and deleted content](./track-changes).
* Provides support to perform spell checking for any input text
* Allows user interactions like zoom, scroll select contents through touch, mouse, and keyboard.
-* Provides intuitive UI options like context menu, dialogs, and [navigation pane](./find-and-replace.md#show-or-hide-navigation-pane).
+* Provides intuitive UI options like context menu, dialogs, and [navigation pane](./find-and-replace#show-or-hide-navigation-pane).
* Localizes all the static text to any desired language.
-* Allows to create a lightweight Word viewer using module injection to view and [prints](./print.md) Word documents.
+* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/overview.md b/Document-Processing/Word/Word-Processor/javascript-es5/overview.md
index a0cd1cc15..cc7950be5 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es5/overview.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es5/overview.md
@@ -31,7 +31,7 @@ The Syncfusion® JavaScript DOCX Editor (Doc
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
-* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services-overview) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.
@@ -39,15 +39,16 @@ The Syncfusion® JavaScript DOCX Editor (Doc
## Supported platforms for server-side dependencies
The Document Editor component requires server-side interactions for the following operations:
-• Open file formats other than SFDT
+* Open file formats other than SFDT
-• Paste with formatting
+* Paste with formatting
-• Restrict editing
+* Restrict editing
-• Spell check
+* Spell check
+
+* Save as file formats other than SFDT and DOCX
-• Save as file formats other than SFDT and DOCX
You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.
diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/overview.md b/Document-Processing/Word/Word-Processor/javascript-es6/overview.md
index 6135fd4c9..fac2b613a 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es6/overview.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es6/overview.md
@@ -47,7 +47,7 @@ The Syncfusion® [JavaScript DOCX Editor](ht
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
-* Provides a ribbon interface similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
diff --git a/Document-Processing/Word/Word-Processor/react/overview.md b/Document-Processing/Word/Word-Processor/react/overview.md
index c96b8ed80..b905bd647 100644
--- a/Document-Processing/Word/Word-Processor/react/overview.md
+++ b/Document-Processing/Word/Word-Processor/react/overview.md
@@ -31,7 +31,7 @@ The Syncfusion® [React DOCX Editor](https:/
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
-* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.
@@ -40,15 +40,15 @@ The Syncfusion® [React DOCX Editor](https:/
The Document Editor component requires server-side interactions for the following operations:
-• Open file formats other than SFDT
+* Open file formats other than SFDT
-• Paste with formatting
+* Paste with formatting
-• Restrict editing
+* Restrict editing
-• Spell check
+* Spell check
-• Save as file formats other than SFDT and DOCX
+* Save as file formats other than SFDT and DOCX
You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.
diff --git a/Document-Processing/Word/Word-Processor/vue/overview.md b/Document-Processing/Word/Word-Processor/vue/overview.md
index aa4b44b53..2d8d83ca3 100644
--- a/Document-Processing/Word/Word-Processor/vue/overview.md
+++ b/Document-Processing/Word/Word-Processor/vue/overview.md
@@ -31,7 +31,7 @@ The Syncfusion® [Vue DOCX Editor](https://w
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
-* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
+* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services-overview) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.
@@ -40,15 +40,16 @@ The Syncfusion® [Vue DOCX Editor](https://w
## Supported platforms for server-side dependencies
The Document Editor component requires server-side interactions for the following operations:
-• Open file formats other than SFDT
+* Open file formats other than SFDT
-• Paste with formatting
+* Paste with formatting
-• Restrict editing
+* Restrict editing
-• Spell check
+* Spell check
-• Save as file formats other than SFDT and DOCX
+* Save as file formats other than SFDT and DOCX
+
You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.
diff --git a/Document-Processing/Word/Word-Processor/wpf/Overview.md b/Document-Processing/Word/Word-Processor/wpf/Overview.md
index 1b0fbea25..c11c87507 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Overview.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Overview.md
@@ -14,13 +14,13 @@ The Syncfusion ® [WPF RichTextBox](https://
## Features
-* View and edit rich text content, including text, [images](./Image.md), [tables](./Table.md), and [comments](./Comment.md).
-* [Import and export](./Import-and-Export.md) document formats such as Word (.doc, .docx), Rich Text Format (.rtf), HTML (.htm, .html), XAML (.xaml), and plain text (.txt).
-* [Print](./Printing-Contents.md) document content with page-by-page rendering.
+* View and edit rich text content, including text, [images](./Image), [tables](./Table), and [comments](./Comment).
+* [Import and export](./Import-and-Export) document formats such as Word (.doc, .docx), Rich Text Format (.rtf), HTML (.htm, .html), XAML (.xaml), and plain text (.txt).
+* [Print](./Printing-Contents) document content with page-by-page rendering.
* Supports a wide range of image formats (except Metafile images).
-* Provides [undo and redo](./Undo-Redo.md) support for all editing and formatting operations, including text, tables, images, hyperlinks, and styling (bold, italic, etc.).
+* Provides [undo and redo](./Undo-Redo) support for all editing and formatting operations, including text, tables, images, hyperlinks, and styling (bold, italic, etc.).
* Supports different header and footer configurations, including first page and odd/even pages.
-* Enables [cut](./Clipboard.md), [copy](./Clipboard.md), and [paste](./Clipboard.md) operations, including rich text content via the clipboard.
+* Enables [cut](./Clipboard), [copy](./Clipboard), and [paste](./Clipboard) operations, including rich text content via the clipboard.
* Supports loading encrypted Word documents with valid password.
->Note: Currently, the SfRichTextBoxAdv cannot edit rich text in headers and footers.
+>Note: Currently, the SfRichTextBoxAdv cannot edit rich text in headers and footers.
\ No newline at end of file