Skip to content

Commit efb56fe

Browse files
committed
update content
1 parent 4b2d85f commit efb56fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/MarkdownViewer/OverridingDefaultStyles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ This guide explains how to override the default styles using the [MarkdownStyleS
7878

7979
By defining custom styles, you can transform the Markdown viewer into a fully branded and polished content surface that fits seamlessly into your app’s design system.
8080

81-
N> You can also take advantage of the built-in styling properties to override the default styles of individual Markdown elements such as H1, H2, H3, body, and table styles within the [SfMarkdownViewer]() control. However, when both CSS style rules and property-based settings are applied, the values defined in `CssStyleRules` will take precedence and override the corresponding property values. For more details on all available built-in styling options, refer to [Appearance](/Appearance.md).
81+
N> Apply CSS styles only when necessary as they will override the properties of individual Markdown elements such as `H1FontSize`, `H1Color`, `BodyTextColor`, `TableHeaderFontSize`, etc., defined in the [MarkdownStyleSettings]() class.

0 commit comments

Comments
 (0)