Class HtmlToMarkdownOptions
- Namespace
- LMKit.Document.Conversion
- Assembly
- LM-Kit.NET.dll
Options controlling HTML to Markdown conversion output formatting.
public sealed class HtmlToMarkdownOptions
- Inheritance
-
HtmlToMarkdownOptions
- Inherited Members
Properties
- NormalizeLineEndings
If
true, normalize line endings to\n.
- TrimOutput
If
true, trim the final Markdown output.