Skip to content

Commit d364701

Browse files
998697: Resolved the failure
1 parent 9293d22 commit d364701

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ domainurl: ##DomainURL##
1111

1212
# Code Blocks in ##Platform_Name## Block Editor control
1313

14-
You can render Code blocks by setting the [blockType](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html)property as [Code](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_Code). By setting the `properties` property, you can configure the default language. The default language is `plainText`.
14+
You can render Code blocks by setting the [blockType](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html) property as [Code](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_Code). By setting the `properties` property, you can configure the default language. The default language is `plainText`.
1515

1616
## Global Code Settings
1717

@@ -49,4 +49,4 @@ Below example illustrates how to render the different code block in the Block Ed
4949
{% endhighlight %}
5050
{% endtabs %}
5151

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

0 commit comments

Comments
 (0)