Example of Word to Markdown in ASP.NET Core Markdown Library
This sample demonstrates how to convert the Word document to Markdown using .NET Word (DocIO) and .NET Markdown libraries.
DEMO
SOURCE
The .NET Word (DocIO) library provides support to convert Word documents to Markdown.
- You can convert existing Word documents or those created using the .NET Word (DocIO) library to Markdown.
- You can convert headings, tables, hyperlinks, list, and images from Word documents to Markdown.
- You can customize the image path while exporting to Markdown.
More information about Word to Markdown conversion can be found in this
Documentation
section.