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: ej2-asp-core-mvc/blockeditor/EJ2_ASP.NETCORE/built-in-blocks/code-block.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ You can render Code blocks by setting the [blockType](https://help.syncfusion.co
15
15
16
16
## Global Code Settings
17
17
18
-
You can configure global settings for code blocks using the [CodeBlockSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.BlockEditor.BlockEditor.html#Syncfusion_EJ2_BlockEditor_BlockEditor_CodeBlockSettings)property in the Block Editor root configuration. This ensures consistent behavior for syntax highlighting and language options across all code blocks.
18
+
You can configure global settings for code blocks using the [CodeBlockSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.BlockEditor.BlockEditor.html#Syncfusion_EJ2_BlockEditor_BlockEditor_CodeBlockSettings)property in the Block Editor root configuration. This ensures consistent behavior for syntax highlighting and language options across all code blocks.
19
19
20
-
The [CodeBlockSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.BlockEditor.BlockEditor.html#Syncfusion_EJ2_BlockEditor_BlockEditor_CodeBlockSettings)property supports the following options:
20
+
The [CodeBlockSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.BlockEditor.BlockEditor.html#Syncfusion_EJ2_BlockEditor_BlockEditor_CodeBlockSettings)property supports the following options:
21
21
22
22
| Property | Description | Default Value |
23
23
|----------|-------------|---------------|
@@ -49,4 +49,4 @@ Below example illustrates how to render the code block in the Block Editor.
0 commit comments