diff --git a/README.md b/README.md index 44c2c8e..09caecc 100644 --- a/README.md +++ b/README.md @@ -23,24 +23,23 @@ This resource dictionary includes keys and their corresponding color codes for a When using more number of Syncfusion controls in an application, to make the process easier for merging the control style dictionaries of the controls, the [SyncfusionThemeResourceDictionary](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Themes.SyncfusionThemeResourceDictionary.html) class has been provided for automatic merging. -{% highlight xaml %} - - - - - - - - - - - - .... - - - -{% endhighlight %} +**XAML** +``` + + + + + + + + + + + .... + + +```