You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Word/Conversions/html-conversions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1364,4 +1364,4 @@ Underline types and colors are ignored.
1364
1364
*[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)
1365
1365
*[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)
1366
1366
*[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)
Copy file name to clipboardExpand all lines: Document-Processing/Word/Conversions/markdown-to-word-conversion.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,7 +447,7 @@ N> Hook the event handler before opening a Word document as per the above code e
447
447
</td>
448
448
<tdstyle="width: 41.7072%;">
449
449
<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>
Copy file name to clipboardExpand all lines: Document-Processing/Word/Conversions/word-to-markdown-conversion.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@ The following table illustrates the supported Markdown elements in Word to Markd
175
175
176
176
The Essential<sup>®</sup> DocIO supports two types of code blocks in Word to Markdown conversion.
177
177
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.”
180
180
181
181
The following code example shows how to create code blocks in a Word document using DocIO.
182
182
@@ -291,7 +291,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
291
291
292
292
### Block quotes
293
293
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.
295
295
296
296
The following code example shows how to create block quotes in a Word document.
297
297
@@ -355,7 +355,7 @@ End Using
355
355
356
356
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).
357
357
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.
359
359
360
360
## Customize image saving
361
361
@@ -411,11 +411,11 @@ End Using
411
411
{% endhighlight %}
412
412
413
413
{% 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.
415
415
{% endhighlight %}
416
416
417
417
{% 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.
419
419
{% endhighlight %}
420
420
421
421
{% endtabs %}
@@ -494,7 +494,7 @@ using (Stream docStream = typeof(App).GetTypeInfo().Assembly.GetManifestResource
494
494
{% endhighlight %}
495
495
496
496
{% highlight c# tabtitle="UWP" %}
497
-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
497
+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
498
498
{% endhighlight %}
499
499
500
500
{% endtabs %}
@@ -540,7 +540,7 @@ End Sub
540
540
{% endhighlight %}
541
541
542
542
{% highlight c# tabtitle="UWP" %}
543
-
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
543
+
//DocIO doesn’t support the ImageNodeVisitedEventArgs in UWP platform.
0 commit comments