Skip to content

Commit 7baba49

Browse files
998697: Resolved the failure
1 parent d364701 commit 7baba49

File tree

1 file changed

+3
-3
lines changed
  • ej2-asp-core-mvc/blockeditor/EJ2_ASP.NETCORE/built-in-blocks

1 file changed

+3
-3
lines changed

ej2-asp-core-mvc/blockeditor/EJ2_ASP.NETCORE/built-in-blocks/code-block.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You can render Code blocks by setting the [blockType](https://help.syncfusion.co
1515

1616
## Global Code Settings
1717

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.
1919

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:
2121

2222
| Property | Description | Default Value |
2323
|----------|-------------|---------------|
@@ -49,4 +49,4 @@ Below example illustrates how to render the code block in the Block Editor.
4949
{% endhighlight %}
5050
{% endtabs %}
5151

52-
![Code Block](./../../images/block-code.png)
52+
![Code Block](./../../images/block-code.png)

0 commit comments

Comments
 (0)