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: MarkdownViewerGettingStarted/MainPage.xaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@
8
8
<markdown:SfMarkdownViewer.Source>
9
9
<x:String>
10
10
<![CDATA[
11
-
# What is Markdown Viewer?
12
-
Markdown View is a UI control in .NET MAUI that allows developers to render Markdown content with full formatting support. It is designed to work efficiently across both mobile and desktop platforms. The viewer supports headings, bold and italic text, lists, tables, images, code blocks, etc.
11
+
# What is the Markdown Viewer?
12
+
The Markdown Viewer is a UI control in .NET MAUI that allows developers to render Markdown content with full formatting support. It was designed to work efficiently on both mobile and desktop platforms. The viewer supports headings, bold and italic text, lists, tables, images, code blocks and more.
13
13
14
14
# Header 1
15
15
Used for the main title or top-level heading in a Markdown document.
16
16
17
17
## Header 2
18
18
Used to define major sections within your Markdown content.
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@ This guide details the initial setup and basic usage of the [SfMarkdownViewer]()
16
16
<markdown:SfMarkdownViewer.Source>
17
17
<x:String>
18
18
<![CDATA[
19
-
# What is Markdown Viewer?
20
-
Markdown View is a UI control in .NET MAUI that allows developers to render Markdown content with full formatting support. It is designed to work efficiently across both mobile and desktop platforms. The viewer supports headings, bold and italic text, lists, tables, images, code blocks, etc.
19
+
# What is the Markdown Viewer?
20
+
The Markdown Viewer is a UI control in .NET MAUI that allows developers to render Markdown content with full formatting support. It was designed to work efficiently on both mobile and desktop platforms. The viewer supports headings, bold and italic text, lists, tables, images, code blocks and more.
21
21
22
22
# Header 1
23
23
Used for the main title or top-level heading in a Markdown document.
24
24
25
25
## Header 2
26
26
Used to define major sections within your Markdown content.
27
27
28
-
## Table
28
+
### Table
29
29
30
30
| | Column 1 | Column 2 | Column 3 |
31
31
|--------------|----------|----------|----------|
@@ -43,22 +43,22 @@ This guide details the initial setup and basic usage of the [SfMarkdownViewer]()
43
43
```C#
44
44
publicpartialclassMainPage : ContentPage
45
45
{
46
-
privateconststringmarkdownContent=@"# What is Markdown Viewer?
47
-
Markdown View is a UI control in .NET MAUI that allows developers to render Markdown content with full formatting support. It is designed to work efficiently across both mobile and desktop platforms. The viewer supports headings, bold and italic text, lists, tables, images, code blocks, etc.
46
+
privateconststringmarkdownContent=@"# What is the Markdown Viewer?
47
+
The Markdown Viewer is a UI control in .NET MAUI that allows developers to render Markdown content with full formatting support. It was designed to work efficiently on both mobile and desktop platforms. The viewer supports headings, bold and italic text, lists, tables, images, code blocks and more.
48
48
49
-
# Header 1
50
-
Used for the main title or top-level heading in a Markdown document.
49
+
# Header 1
50
+
Used for the main title or top-level heading in a Markdown document.
51
51
52
-
## Header 2
53
-
Used to define major sections within your Markdown content.
52
+
## Header 2
53
+
Used to define major sections within your Markdown content.
0 commit comments