From 3d6cfcbac8cabbfa411ace41daac52a7ddc46e94 Mon Sep 17 00:00:00 2001 From: Kesavan D Date: Thu, 2 May 2024 21:31:45 +0530 Subject: [PATCH] Resolved the format error. --- ej2-asp-core-mvc/document-editor/export.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ej2-asp-core-mvc/document-editor/export.md b/ej2-asp-core-mvc/document-editor/export.md index fe2d6edb10..f1b1fb66f8 100644 --- a/ej2-asp-core-mvc/document-editor/export.md +++ b/ej2-asp-core-mvc/document-editor/export.md @@ -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" %} @@ -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" %} @@ -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" %} @@ -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" %} @@ -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" %}