Skip to content

Commit c897b35

Browse files
xristianstefanovVelinovAngel
authored andcommitted
chore(common): fix broken blocks of code
1 parent 226bafa commit c897b35

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

knowledge-base/chart-newtonsoft-seialization-settings.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ If I use the TelerikChart with a class with `JsonProperties` the values are not
3636

3737
Sample setting:
3838

39-
<div class="skip-repl"></div>
40-
````C#
39+
````C#.skip-repl
4140
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.1.11.0 (Newtonsoft.Json v12.0.0.0)")]
4241
public partial class ChartDataModel
4342
{
@@ -54,8 +53,7 @@ public partial class ChartDataModel
5453

5554
Sample chart that does not display any longer after adding serialization settings:
5655

57-
<div class="skip-repl"></div>
58-
````RAZOR
56+
````RAZOR.skip-repl
5957
<TelerikChart Width="500px">
6058
6159
<ChartSeriesItems>

0 commit comments

Comments
 (0)