Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧪 [Experiment] MarkdownTextBlock #606

Open
7 of 19 tasks
nerocui opened this issue Nov 25, 2024 · 2 comments
Open
7 of 19 tasks

🧪 [Experiment] MarkdownTextBlock #606

nerocui opened this issue Nov 25, 2024 · 2 comments
Labels
controls 🎛️ enhancement Improvement to an existing feature experiment 🧪 Used to track issues that are experiments (or their linked discussions)

Comments

@nerocui
Copy link
Collaborator

nerocui commented Nov 25, 2024

Approved from Discussion

#536

Problem Statement

Let's use this issue to track all improvements we are making to MardownTextBlock

Overview

This experiment adds the following components:

  • MarkdownTextBlock a markdown control that uses the popular markdig parser for syntax parsing

Using

You can try it out via the NuGet Packages here:

Additional info

No response

Implementation Requirements

  • Working Prototype
  • Feature Complete
  • Documentation
  • Samples
  • Unit Tests
  • Community Feedback / Usage Testimonies

Tested Platforms

  • UWP
  • WinAppSDK / WinUI 3
  • Web Assembly (WASM)
  • Android
  • iOS
  • MacOS
  • Linux / GTK

Technical Review

  • Accessibility Audit
  • API/Naming Review
  • Code Quality/Style
  • Dependency Review
  • Design/Style Review
  • Final Approval

Community Help?

Yes

@nerocui nerocui added the experiment 🧪 Used to track issues that are experiments (or their linked discussions) label Nov 25, 2024
@michael-hawker michael-hawker added enhancement Improvement to an existing feature controls 🎛️ labels Nov 25, 2024
@rstewa
Copy link

rstewa commented Nov 29, 2024

If you don't set the MarkdownConfig should it be set to MarkdownConfig.Default by default? Right now, if you don't set MarkdownConfig it doesn't render. If that's the expected behavior, then you can ignore this.

@nerocui
Copy link
Collaborator Author

nerocui commented Nov 29, 2024

If you don't set the MarkdownConfig should it be set to MarkdownConfig.Default by default? Right now, if you don't set MarkdownConfig it doesn't render. If that's the expected behavior, then you can ignore this.

Yeah we'll address that in #611. Essentially no property should be "required" to just render some text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controls 🎛️ enhancement Improvement to an existing feature experiment 🧪 Used to track issues that are experiments (or their linked discussions)
Projects
None yet
Development

No branches or pull requests

3 participants