Skip to content

Commit 4bd95ab

Browse files
ES-1019486-Reverted unwanted changes
1 parent 59c9dad commit 4bd95ab

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Document-Processing/Word/Conversions/html-conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,4 +1364,4 @@ Underline types and colors are ignored.
13641364
* [How to add numbers on pages in HTML to PDF in ASP.NET DocIO?](https://support.syncfusion.com/kb/article/19446/how-to-add-numbers-on-pages-in-html-to-pdf-in-aspnet-docio?isInternalRefresh=False)
13651365
* [How to restart numbering when replacing multiple texts with the same HTML list in Word document?](https://support.syncfusion.com/kb/article/19665/how-to-restart-numbering-when-replacing-multiple-texts-with-the-same-html-list-in-word-document)
13661366
* [How to export content between two bookmarks as HTML in a Word document?](https://support.syncfusion.com/kb/article/20097/how-to-export-content-between-two-bookmarks-as-html-in-a-word-document)
1367-
* [How to convert EMF Images to PNG in Word Documents and Export to HTML in .NET?](https://support.syncfusion.com/kb/article/22464/how-to-convert-emf-images-to-png-in-word-documents-and-export-to-html-in-net)
1367+
* [How to convert EMF Images to PNG in Word Documents and Export to HTML in .NET?](https://support.syncfusion.com/kb/article/22464/how-to-convert-emf-images-to-png-in-word-documents-and-export-to-html-in-net)

Document-Processing/Word/Conversions/markdown-to-word-conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ N> Hook the event handler before opening a Word document as per the above code e
447447
</td>
448448
<td style="width: 41.7072%;">
449449
<p>For image, enclose an alternative text within the brackets [], and then link of the image source within parentheses ().</p>
450-
<p>If URL path is base64string, then it will be preserved properly in Word document. Otherwise, you can also {{'[set image from stream while opening Markdown file.](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp#customize-image-data)'| markdownify }}</p>
450+
<p>If URL path is base64string, then it will be preserved properly in Word document. Otherwise, you can also {{'[set image from stream while opening Markdown file.](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp#customize-image-data)'| markdownify }}</p>
451451
</td>
452452
</tr>
453453
<tr>

Document-Processing/Word/Conversions/word-to-markdown-conversion.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ The following table illustrates the supported Markdown elements in Word to Markd
175175

176176
The Essential<sup>&reg;</sup> DocIO supports two types of code blocks in Word to Markdown conversion.
177177

178-
* Indented code block: Set the paragraph style as “IndentedCode.”
179-
* Fenced code block: Set the paragraph style as “FencedCode.”
178+
* Indented code block: Set the paragraph style as “IndentedCode.”
179+
* Fenced code block: Set the paragraph style as “FencedCode.”
180180

181181
The following code example shows how to create code blocks in a Word document using DocIO.
182182

@@ -291,7 +291,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
291291

292292
### Block quotes
293293

294-
Create block quotes in a Word document by applying the “Quote” paragraph style to the paragraphs.
294+
Create block quotes in a Word document by applying the “Quote” paragraph style to the paragraphs.
295295

296296
The following code example shows how to create block quotes in a Word document.
297297

@@ -355,7 +355,7 @@ End Using
355355

356356
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Markdown-conversion/Block-quote-in-Markdown).
357357

358-
N> Nested block quotes are not supported in a Word to the Markdown conversion. To preserve nested block quotes, add the number of “>” characters at the beginning of the paragraph in a Word document as equivalent to the nth nested level of the block quote. For example, to insert the 2nd nested level block quote, add two “>” characters at the start of the sentence, and no need to apply the “Quote” style to the paragraph.
358+
N> Nested block quotes are not supported in a Word to the Markdown conversion. To preserve nested block quotes, add the number of “>” characters at the beginning of the paragraph in a Word document as equivalent to the nth nested level of the block quote. For example, to insert the 2nd nested level block quote, add two “>” characters at the start of the sentence, and no need to apply the “Quote” style to the paragraph.
359359

360360
## Customize image saving
361361

@@ -411,11 +411,11 @@ End Using
411411
{% endhighlight %}
412412

413413
{% highlight c# tabtitle="Xamarin" %}
414-
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
414+
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
415415
{% endhighlight %}
416416

417417
{% highlight c# tabtitle="UWP" %}
418-
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
418+
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP and Xamarin platforms.
419419
{% endhighlight %}
420420

421421
{% endtabs %}
@@ -494,7 +494,7 @@ using (Stream docStream = typeof(App).GetTypeInfo().Assembly.GetManifestResource
494494
{% endhighlight %}
495495

496496
{% highlight c# tabtitle="UWP" %}
497-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
497+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
498498
{% endhighlight %}
499499

500500
{% endtabs %}
@@ -540,7 +540,7 @@ End Sub
540540
{% endhighlight %}
541541

542542
{% highlight c# tabtitle="UWP" %}
543-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
543+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
544544
{% endhighlight %}
545545

546546
{% endtabs %}

0 commit comments

Comments
 (0)