Task(1023601):Need to correct the Mark down Viewer UG document content for WPF platform.#2209
Open
Tamilselvan-spartan wants to merge 4 commits intohotfix/hotfix-v33.2.3from
Open
Task(1023601):Need to correct the Mark down Viewer UG document content for WPF platform.#2209Tamilselvan-spartan wants to merge 4 commits intohotfix/hotfix-v33.2.3from
Tamilselvan-spartan wants to merge 4 commits intohotfix/hotfix-v33.2.3from
Conversation
Contributor
|
Build Status: INPROGRESS 🔃 |
Contributor
|
CI Status: SUCCESS ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Markdown Viewer UG Documentation Description
The WPF Markdown Viewer is a UI control that converts Markdown input into a fully formatted visual representation without requiring external rendering engines or manual formatting. It provides a flexible way to display rich Markdown content within WPF applications, making it ideal for presenting documentation, release notes, help content, and other Markdown‑based information, and for the user to understand the control and how to implement the markdown viewer control in the application.
AI Usage
Code Studio used in this PR?
Yes
No
Purpose
To provide a UI control that converts Markdown input into a fully formatted visual display within WPF applications.
To enable clear presentation of documentation, release notes, help content, and other Markdown‑based information without external rendering engines.
To help users easily understand and effectively use the Markdown Viewer control through rich, structured content display.
Key Features
Markdown rendering – Converts Markdown syntax such as headings, lists, links, images, tables, code blocks, block quotes, and more into styled, readable content.
Multiple content sources – Supports loading Markdown from a string, file, or URL.
Hyperlink navigation – Supports clickable links that open external URLs or trigger in-app navigation.
Is this a breaking change?
No
Task
https://dev.azure.com/EssentialStudio/Mobile%20and%20Desktop/_workitems/edit/1023601
Output details
Effectively demonstrates the Markdown Viewer’s ability to render Markdown content into a rich, formatted visual display.
Enables reusable validation coverage for documentation, help content, and future testing.
Before changes
Screen.Recording.2026-04-28.135815.mp4
After changes
Screen.Recording.2026-04-28.161924.mp4