Skip to content

Commit cb038e7

Browse files
Modified bold to Heading for the Image Insertion content
1 parent 68cd6e5 commit cb038e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)