Skip to content

Commit 7a7de53

Browse files
Merge branch 'development' of https://github.com/syncfusion-content/maui-docs into development
2 parents 857f984 + 403fd96 commit 7a7de53

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

MAUI/MarkdownViewer/GettingStarted.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ keywords: .net maui markdownviewer, syncfusion markdownviewer maui, markdown vie
1212

1313
This guide details the initial setup and basic usage of the [SfMarkdownViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.MarkdownViewer.SfMarkdownViewer.html) control, offering insight into its ability to render Markdown content with various formatting capabilities across mobile and desktop platforms.
1414

15+
To get start quickly with our [.NET MAUI MarkdownViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.MarkdownViewer.SfMarkdownViewer.html), you can check the below video.
16+
17+
{% youtube "https://www.youtube.com/watch?v=4wHEDadFrxM" %}
18+
1519
{% tabcontents %}
1620
{% tabcontent Visual Studio %}
1721

MAUI/Rich-Text-Editor/Getting-Started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ documentation: ug
1111

1212
This section guides you through setting up and configuring a **Rich Text Editor** in your .NET MAUI application. Follow the steps below to add a basic Rich Text Editor to your project.
1313

14+
To get start quickly with our [.NET MAUI Rich Text Editor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html), you can check the below video.
15+
16+
{% youtube "https://www.youtube.com/watch?v=1r8OrZxG_HI" %}
1417

1518
{% tabcontents %}
1619
{% tabcontent Visual Studio %}

MAUI/Rich-Text-Editor/Image-Insertion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ documentation: ug
1111

1212
The [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) supports inserting images (JPEG, PNG) into the content area. Images can be added by the end-user through the toolbar or programmatically from various sources like a stream or a file path.
1313

14-
**Enable File Access Permission**
14+
## Enable File Access Permission
1515

16-
On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific "Entitlements.plist" file, as illustrated in the following code snippet.
16+
On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific `Entitlements.plist` file, as illustrated in the following code snippet.
1717

1818
{% tabs %}
1919
{% highlight C# tabtitle="Entitlements.plist" %}

0 commit comments

Comments
 (0)