Skip to content

Commit 7e6c337

Browse files
ntachevanikolay-nenkov
authored andcommitted
chore(common): skip repl in snippets
1 parent 0204400 commit 7e6c337

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

common-features/adaptive-rendering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Optionally, you may set the `Title` and `Subtitle` parameters to provide custom
4444

4545
>caption Enable the adaptive rendering
4646
47+
<div class="skip-repl"></div>
4748
````CSHTML
4849
// NOTE: The configurations below includes only the DropDownList, but it is applicable to all of the above listed components
4950

common-features/data-binding/telerik-datasource-package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The general usage is as simple as defining (or receiving) a `DataSourceRequest`
5757
5858
>caption Basic Console example for using a `DataSourceRequest` and `DataSourceResult`. Note: it expects that you have referenced the `Telerik.DataSource` NuGet package
5959
60+
<div class="skip-repl"></div>
6061
````C#
6162
using System;
6263
using System.Collections;

components/carousel/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ The table below lists the Carousel methods. Also consult the [Carousel API](/bla
9696
| --- | --- |
9797
| `Rebind` | [Refreshes the component data]({%slug carousel-refresh-data%}#rebind-method). |
9898

99+
<div class="skip-repl"></div>
99100
````CSHTML
100101
<TelerikCarousel @ref="@CarouselRef" .../>
101102

0 commit comments

Comments
 (0)