Skip to content

Commit 3d6cfcb

Browse files
Resolved the format error.
1 parent a355577 commit 3d6cfcb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ej2-asp-core-mvc/document-editor/export.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The following example shows how to export documents in document editor as Syncfu
5454
{% include code-snippet/document-editor/export-sfdt/document-editor.cs %}
5555
{% endhighlight %}
5656
{% endtabs %}
57-
{% endif %}
5857

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

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

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

205201
{% tabs %}
206202
{% highlight razor tabtitle="CSHTML" %}
@@ -244,7 +240,6 @@ Document editor also supports API to store the document into a blob.
244240
{% endhighlight %}
245241
{% highlight c# tabtitle="Export-blob.cs" %}
246242
{% endhighlight %}{% endtabs %}
247-
{% endif %}
248243

249244
{% tabs %}
250245
{% highlight razor tabtitle="CSHTML" %}

0 commit comments

Comments
 (0)