Skip to content

Resolved the format error. #2935

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 1 commit into from
May 2, 2024
Merged
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
5 changes: 0 additions & 5 deletions ej2-asp-core-mvc/document-editor/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ The following example shows how to export documents in document editor as Syncfu
{% include code-snippet/document-editor/export-sfdt/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}

{% tabs %}
{% highlight razor tabtitle="CSHTML" %}
Expand Down Expand Up @@ -103,7 +102,6 @@ The following example shows how to export the document as Word document (.docx).
{% include code-snippet/document-editor/export-docx/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}

{% tabs %}
{% highlight razor tabtitle="CSHTML" %}
Expand Down Expand Up @@ -154,7 +152,6 @@ The following example shows how to export the document as Word Template (.dotx).
{% include code-snippet/document-editor/export-dotx/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}

{% tabs %}
{% highlight razor tabtitle="CSHTML" %}
Expand Down Expand Up @@ -200,7 +197,6 @@ The following example shows how to export document as text document (.txt).
{% include code-snippet/document-editor/export-txt/document-editor.cs %}
{% endhighlight %}
{% endtabs %}
{% endif %}

{% tabs %}
{% highlight razor tabtitle="CSHTML" %}
Expand Down Expand Up @@ -244,7 +240,6 @@ Document editor also supports API to store the document into a blob.
{% endhighlight %}
{% highlight c# tabtitle="Export-blob.cs" %}
{% endhighlight %}{% endtabs %}
{% endif %}

{% tabs %}
{% highlight razor tabtitle="CSHTML" %}
Expand Down