You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/MarkdownTextBlock/samples/MarkdownTextBlockCustomSample.xaml
+2-2
Original file line number
Diff line number
Diff 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. -->
@@ -14,7 +16,7 @@ public sealed partial class MarkdownTextBlockCustomSample : Page
14
16
{
15
17
privateMarkdownConfig_config;
16
18
privateMarkdownConfig_liveConfig;
17
-
privatestring_text;
19
+
privateMarkdownDocument_doc;
18
20
privateconststring_markdown=@"
19
21
This control was originally written by [Nero Cui](https://github.com/nerocui) for [JitHub](https://github.com/JitHubApp/JitHubV2). The control is powered by the popular [Markdig](https://github.com/xoofx/markdig) markdown parsing library and *almost* supports the full markdown syntax, with a focus on super-efficient parsing and rendering.
20
22
@@ -594,18 +596,18 @@ public MarkdownConfig LiveMarkdownConfig
0 commit comments