Skip to content

957760: Removed Unwanted codes to resolve documentation compilation error in Documentation #4204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ej2-asp-core-mvc/document-editor/how-to/get-current-word.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ The following example code illustrates how to select and get the current word as
{% endhighlight %}
{% highlight c# tabtitle="Get-word.cs" %}
{% endhighlight %}
{% code-snippet/document-editor-container/get-word/document-editor.cs %}
{% endtabs %}

{% elsif page.publishingplatform == "aspnet-mvc" %}
Expand All @@ -36,7 +35,6 @@ The following example code illustrates how to select and get the current word as
{% include code-snippet/document-editor-container/get-word/razor %}
{% endhighlight %}
{% highlight c# tabtitle="Get-word.cs" %}
{% code-snippet/document-editor-container/get-word/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}
Expand All @@ -55,7 +53,6 @@ The following example code illustrates how to select and get the current paragra
{% include code-snippet/document-editor-container/get-paragraph/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="Get-paragraph.cs" %}
{% code-snippet/document-editor-container/get-paragraph/document-editor.cs %}
{% endhighlight %}
{% endtabs %}

Expand All @@ -66,7 +63,6 @@ The following example code illustrates how to select and get the current paragra
{% include code-snippet/document-editor-container/get-paragraph/razor %}
{% endhighlight %}
{% highlight c# tabtitle="Get-paragraph.cs" %}
{% code-snippet/document-editor-container/get-paragraph/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ You can use `text` API to get the selected content as plain text from React Docu
{% include code-snippet/document-editor-container/get-text/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="Get-text.cs" %}
{% code-snippet/document-editor-container/get-text/document-editor.cs %}
{% endhighlight %}
{% endtabs %}

Expand All @@ -35,7 +34,6 @@ You can use `text` API to get the selected content as plain text from React Docu
{% include code-snippet/document-editor-container/get-text/razor %}
{% endhighlight %}
{% highlight c# tabtitle="Get-text.cs" %}
{% code-snippet/document-editor-container/get-text/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}
Expand All @@ -59,7 +57,6 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
{% include code-snippet/document-editor-container/get-sfdt/tagHelper %}
{% endhighlight %}
{% highlight c# tabtitle="Get-sfdt.cs" %}
{% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
{% endhighlight %}
{% endtabs %}

Expand All @@ -70,7 +67,6 @@ You can use `sfdt` API to get the selected content as rich text from React Docum
{% include code-snippet/document-editor-container/get-sfdt/razor %}
{% endhighlight %}
{% highlight c# tabtitle="Get-sfdt.cs" %}
{% code-snippet/document-editor-container/get-sfdt/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}
Expand Down