From aae0dedd483e7f4da76f8a3248e294b6facc20c9 Mon Sep 17 00:00:00 2001 From: Durga Date: Tue, 17 Mar 2026 14:46:36 +0530 Subject: [PATCH 1/2] Resolved failuere --- wpf/Toast-Notification/Appearence-and-Styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Toast-Notification/Appearence-and-Styling.md b/wpf/Toast-Notification/Appearence-and-Styling.md index 89730a2df..d629afe19 100644 --- a/wpf/Toast-Notification/Appearence-and-Styling.md +++ b/wpf/Toast-Notification/Appearence-and-Styling.md @@ -121,8 +121,8 @@ SfToastNotification.Show(this, new ToastOptions CloseAnimationType = ToastAnimation.FadeOut }); -{% endtabs %} {% endhighlight %} +{% endtabs %} ![SfToastNotification Animation image](Images/wpf_toastnotification_animation.gif) From 18881d3c5082cc675f8dccf8af476e032075955f Mon Sep 17 00:00:00 2001 From: Ganesh-Mariappan22 Date: Tue, 17 Mar 2026 14:54:15 +0530 Subject: [PATCH 2/2] Updated. Updated. --- wpf/MarkdownViewer/Events.md | 4 ++-- wpf/MarkdownViewer/Getting-Started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wpf/MarkdownViewer/Events.md b/wpf/MarkdownViewer/Events.md index 009ec1b16..b279f2ae9 100644 --- a/wpf/MarkdownViewer/Events.md +++ b/wpf/MarkdownViewer/Events.md @@ -14,8 +14,8 @@ documentation: ug The HyperlinkClicked event is triggered whenever a hyperlink in the Markdown content is clicked. This event provides access to the URL being navigated to and allows developers to cancel the default navigation behavior. The URL link and its details are passed through the MarkdownHyperlinkClickedEventArgs. This argument provides the following details: -URL : Gets the URL of the clicked hyperlink. -Cancel : Gets or sets whether to cancel the default navigation behavior. +**URL** : Gets the URL of the clicked hyperlink. +**Cancel** : Gets or sets whether to cancel the default navigation behavior. ## How to disable hyperlink navigation in Markdown viewer control diff --git a/wpf/MarkdownViewer/Getting-Started.md b/wpf/MarkdownViewer/Getting-Started.md index 690f04610..48f8c3e44 100644 --- a/wpf/MarkdownViewer/Getting-Started.md +++ b/wpf/MarkdownViewer/Getting-Started.md @@ -10,7 +10,7 @@ keywords: wpf markdownviewer, syncfusion markdownviewer wpf, markdown viewer wpf # Getting Started with WPF Markdown Viewer (SfMarkdownViewer) -This section provides a step-by-step guide to integrate and use the [SfMarkdownViewer] (https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Markdown.SfMarkdownViewer.html) control in your WPF applications. +This section provides a step-by-step guide to integrate and use the [SfMarkdownViewer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Markdown.SfMarkdownViewer.html) control in your WPF applications. ## Assembly deployment