Skip to content

Commit 16ea035

Browse files
committed
add url
1 parent f307f82 commit 16ea035

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

README.md

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,32 @@ This guide details the initial setup and basic usage of the [SfMarkdownViewer]()
1111
#### XAML
1212

1313
```xaml
14-
<markdown:SfMarkdownViewer>
15-
<markdown:SfMarkdownViewer.Source>
16-
<x:String>
17-
<![CDATA[
18-
# What is Markdown Viewer?
19-
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.
20-
21-
# Header 1
22-
Used for the main title or top-level heading in a Markdown document.
23-
24-
## Header 2
25-
Used to define major sections within your Markdown content.
26-
27-
## Table
28-
29-
| | Column 1 | Column 2 | Column 3 |
30-
|--------------|----------|----------|----------|
31-
| Row 1 | Content | Content | Content |
32-
| Row 2 | Content | Content | Content |
33-
| Row 3 | Content | Content | Content |
34-
]]>
35-
</x:String>
36-
</markdown:SfMarkdownViewer.Source>
37-
</markdown:SfMarkdownViewer>
14+
<ContentPage>
15+
<markdown:SfMarkdownViewer>
16+
<markdown:SfMarkdownViewer.Source>
17+
<x:String>
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.
21+
22+
# Header 1
23+
Used for the main title or top-level heading in a Markdown document.
24+
25+
## Header 2
26+
Used to define major sections within your Markdown content.
27+
28+
## Table
29+
30+
| | Column 1 | Column 2 | Column 3 |
31+
|--------------|----------|----------|----------|
32+
| Row 1 | Content | Content | Content |
33+
| Row 2 | Content | Content | Content |
34+
| Row 3 | Content | Content | Content |
35+
]]>
36+
</x:String>
37+
</markdown:SfMarkdownViewer.Source>
38+
</markdown:SfMarkdownViewer>
39+
</ContentPage>
3840
```
3941
#### C#
4042

@@ -77,4 +79,4 @@ Used to define major sections within your Markdown content.
7779

7880
If you are facing a "Path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
7981

80-
Refer to the User Guide documentation on [getting started with .NET MAUI SfMarkdownViewer]().
82+
Refer to the User Guide documentation on [getting started with .NET MAUI SfMarkdownViewer](https://help.syncfusion.com/maui/markdownviewer/getting-started).

0 commit comments

Comments
 (0)