Skip to content

Commit 47a040a

Browse files
authored
fix: adding explicit content
1 parent 12261e2 commit 47a040a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CommunityToolkit.WinUI.UI.Controls.Markdown/MarkdownTextBlock/MarkdownTextBlock.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
<Border x:Name="RootElement"
101101
Background="{TemplateBinding Background}"
102102
BorderBrush="{TemplateBinding BorderBrush}"
103-
BorderThickness="{TemplateBinding BorderThickness}" />
103+
BorderThickness="{TemplateBinding BorderThickness}"
104+
Content="{TemplateBinding Content}" />
104105
</ControlTemplate>
105106
</Setter.Value>
106107
</Setter>

0 commit comments

Comments
 (0)