Skip to content

Commit 8d9fbc7

Browse files
VelinovAngelnikolay-nenkov
authored andcommitted
Fix come codeblocks to REPL
1 parent fc5b8d9 commit 8d9fbc7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/loadercontainer/appearance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ See the [Loader `Type` documentation]({%slug loader-appearance%}#type) for the p
9595

9696
>caption Setting TelerikLoaderContainer LoaderType
9797
98-
````HTML
98+
````CSHTML
9999
<TelerikLoaderContainer LoaderType="@LoaderType.InfiniteSpinner" />
100100
````
101101

@@ -108,7 +108,7 @@ See [Loader `Size`]({%slug loader-appearance%}#size) for a list of possible valu
108108

109109
>caption Setting TelerikLoaderContainer Size
110110
111-
````HTML
111+
````CSHTML
112112
<TelerikLoaderContainer Size="@ThemeConstants.Loader.Size.Large" />
113113
````
114114

@@ -121,7 +121,7 @@ See [Loader `ThemeColor`]({%slug loader-appearance%}#themecolor) for a list of p
121121

122122
>caption Setting TelerikLoaderContainer ThemeColor
123123
124-
````HTML
124+
````CSHTML
125125
<TelerikLoaderContainer ThemeColor="@ThemeConstants.Loader.ThemeColor.Info" />
126126
````
127127

@@ -131,7 +131,7 @@ The following example shows [how to override the CSS styles in the theme]({%slug
131131

132132
>caption Custom LoaderContainer colors
133133
134-
````HTML
134+
````CSHTML
135135
<TelerikLoaderContainer Class="custom-loading-colors" />
136136
137137
<style>

components/loadercontainer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The Blazor LoaderContainer can expand to fill only a specific parent container.
7070

7171
>caption Use the LoaderContainer to fill a parent element
7272
73-
````HTML
73+
````CSHTML
7474
<div style="position: relative; width: 600px; height: 400px;">
7575
<TelerikLoaderContainer />
7676
</div>

components/splitbutton/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following two configurations will produce the same result.
3131

3232
>caption Two ways to set SplitButton appearance parameters
3333
34-
````HTML
34+
````CSHTML
3535
<TelerikSplitButton FillMode="@ThemeConstants.SplitButton.FillMode.Solid"
3636
Rounded="@ThemeConstants.SplitButton.Rounded.Large"
3737
Size="@ThemeConstants.SplitButton.Size.Large"

0 commit comments

Comments
 (0)