Skip to content

Commit 4b2d85f

Browse files
committed
note updated
1 parent bd42e60 commit 4b2d85f

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> While overriding styles using custom CSS is powerful, you can also take advantage of the built-in styling properties provided by the [SfMarkdownViewer]() control to customize individual markdown elements more directly. For more details on all available built-in styling options, refer to [Appearance](/Appearance.md). However, if both the CSS style rules and property-based settings are applied, the value defined in the CSS string via `CssStyleRules` will take precedence and override the corresponding property values.
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).

0 commit comments

Comments
 (0)