diff --git a/File-Formats/DocIO/Create-Word-document-in-MAUI.md b/File-Formats/DocIO/Create-Word-document-in-MAUI.md
index 530330030..003dd9135 100644
--- a/File-Formats/DocIO/Create-Word-document-in-MAUI.md
+++ b/File-Formats/DocIO/Create-Word-document-in-MAUI.md
@@ -324,7 +324,7 @@ Refer the helper files to be added into the mentioned project. These helper file
.NET MAUI Project
- [SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)
+ {{'[SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)' | markdownify}}
|
Represent the base class for save operation.
|
@@ -334,7 +334,7 @@ Refer the helper files to be added into the mentioned project. These helper file
Windows
- [SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)
+ {{'[SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)' | markdownify}}
|
Save implementation for Windows.
|
@@ -344,8 +344,8 @@ Refer the helper files to be added into the mentioned project. These helper file
Android
- [SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)
- |
+ {{'[SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)' | markdownify}}
+
Save implementation for Android device.
|
@@ -354,8 +354,8 @@ Refer the helper files to be added into the mentioned project. These helper file
Mac Catalyst
- [SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)
- |
+ {{'[SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)' | markdownify}}
+
Save implementation for Mac Catalyst device.
|
@@ -364,7 +364,7 @@ Refer the helper files to be added into the mentioned project. These helper file
iOS
- [SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)
+ {{'[SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)' | markdownify}}
|
Save implementation for iOS device
@@ -372,7 +372,8 @@ Refer the helper files to be added into the mentioned project. These helper file
|
- [PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs) [QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs)
+ {{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs)' | markdownify}}
+ {{'[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs)' | markdownify}}
|
Helper classes for viewing the Word document in iOS device
|