### Describe the problem At the moment, there's no easy way to set the CornerRadius of a CodeBlock in the MarkdownTextBlock.  ### Describe the solution Introduce a new CodeCornerRadius resource (that inherites from ControlCornerRadius as the default). This resource should be set to the ScrollViewer containing the code TextBlock: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/da6d7d3f6ca9914dbe86d7d394e9a4abef25c9b6/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/Render/MarkdownRenderer.Blocks.cs#L397 ### Alternatives _No response_ ### Additional info _No response_ ### Help us help you Yes, I'd like to be assigned to work on this item.
Describe the problem
At the moment, there's no easy way to set the CornerRadius of a CodeBlock in the MarkdownTextBlock.
Describe the solution
Introduce a new CodeCornerRadius resource (that inherites from ControlCornerRadius as the default).
This resource should be set to the ScrollViewer containing the code TextBlock:
WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/Render/MarkdownRenderer.Blocks.cs
Line 397 in da6d7d3
Alternatives
No response
Additional info
No response
Help us help you
Yes, I'd like to be assigned to work on this item.