Skip to content

Commit a425dfc

Browse files
Arlodotexemichael-hawker
authored andcommitted
Ran XAML Styler
1 parent 88fee37 commit a425dfc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/MarkdownTextBlock/samples/MarkdownTextBlockCustomSample.xaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<Page x:Class="MarkdownTextBlockExperiment.Samples.MarkdownTextBlockCustomSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -27,15 +27,15 @@
2727
</Grid.ColumnDefinitions>
2828
<controls:MarkdownTextBlock x:Name="MarkdownTextBlock1"
2929
Grid.Column="0"
30+
Config="{x:Bind LiveMarkdownConfig, Mode=OneTime}"
31+
DisableHtml="{x:Bind DisableHtml, Mode=OneWay}"
32+
Text="{x:Bind MarkdownTextBox.Text, Mode=OneWay}"
33+
UseAutoLinks="{x:Bind UseAutoLinks, Mode=OneWay}"
3034
UseEmphasisExtras="{x:Bind UseEmphasisExtras, Mode=OneWay}"
31-
UsePipeTables="{x:Bind UsePipeTables, Mode=OneWay}"
3235
UseListExtras="{x:Bind UseListExtras, Mode=OneWay}"
33-
UseTaskLists="{x:Bind UseTaskLists, Mode=OneWay}"
34-
UseAutoLinks="{x:Bind UseAutoLinks, Mode=OneWay}"
35-
DisableHtml="{x:Bind DisableHtml, Mode=OneWay}"
36+
UsePipeTables="{x:Bind UsePipeTables, Mode=OneWay}"
3637
UseSoftlineBreakAsHardlineBreak="{x:Bind UseSoftlineBreakAsHardlineBreak, Mode=OneWay}"
37-
Config="{x:Bind LiveMarkdownConfig, Mode=OneTime}"
38-
Text="{x:Bind MarkdownTextBox.Text, Mode=OneWay}" />
38+
UseTaskLists="{x:Bind UseTaskLists, Mode=OneWay}" />
3939
<TextBox x:Name="MarkdownTextBox"
4040
Grid.Column="1"
4141
AcceptsReturn="True" />

0 commit comments

Comments
 (0)