Table of Contents

Class DocxToMarkdownOptions

Namespace
LMKit.Document.Conversion
Assembly
LM-Kit.NET.dll

Options controlling DOCX to Markdown conversion behavior.

public sealed class DocxToMarkdownOptions
Inheritance
DocxToMarkdownOptions
Inherited Members

Properties

IncludeEmptyParagraphs

If true, keep empty paragraphs in the generated Markdown.

IncludeHyperlinks

If true, include hyperlinks in the generated Markdown.

IncludeImages

If true, include image references in the generated Markdown.

IncludeTables

If true, include tables in the generated Markdown.

PreserveLineBreaks

If true, preserve line breaks present in the source DOCX.