Skip to content

Commit f91aaef

Browse files
committed
Remove MarkdownParserPage
1 parent c48d2bc commit f91aaef

File tree

4 files changed

+0
-86
lines changed

4 files changed

+0
-86
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,6 @@
745745
<Compile Include="SamplePages\ListViewExtensions\ListViewExtensionsPage.xaml.cs">
746746
<DependentUpon>ListViewExtensionsPage.xaml</DependentUpon>
747747
</Compile>
748-
<Compile Include="SamplePages\MarkdownParser\MarkdownParserPage.xaml.cs">
749-
<DependentUpon>MarkdownParserPage.xaml</DependentUpon>
750-
</Compile>
751748
<Compile Include="SamplePages\Menu\Commands\VsCommands.cs" />
752749
<Compile Include="SamplePages\Menu\MenuPage.xaml.cs">
753750
<DependentUpon>MenuPage.xaml</DependentUpon>
@@ -1175,10 +1172,6 @@
11751172
<SubType>Designer</SubType>
11761173
<Generator>MSBuild:Compile</Generator>
11771174
</Page>
1178-
<Page Include="SamplePages\MarkdownParser\MarkdownParserPage.xaml">
1179-
<SubType>Designer</SubType>
1180-
<Generator>MSBuild:Compile</Generator>
1181-
</Page>
11821175
<Page Include="SamplePages\Mouse\MouseCursorPage.xaml">
11831176
<Generator>MSBuild:Compile</Generator>
11841177
<SubType>Designer</SubType>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/MarkdownParser/MarkdownParserPage.xaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/MarkdownParser/MarkdownParserPage.xaml.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -857,14 +857,6 @@
857857
"Icon": "/Assets/Helpers.png",
858858
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/behaviors/FocusBehavior.md"
859859
},
860-
{
861-
"Name": "Markdown Parser",
862-
"Type": "MarkdownParserPage",
863-
"Subcategory": "Parser",
864-
"About": "The Markdown Parser allows you to parse a Markdown String into a Markdown Document, and then Render it with a Markdown Renderer.",
865-
"Icon": "/Assets/Helpers.png",
866-
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/parsers/MarkdownParser.md"
867-
},
868860
{
869861
"Name": "Win2d Path Mini Language Parser",
870862
"Type": "CanvasPathGeometryPage",

0 commit comments

Comments
 (0)