HtmlToMarkdown. PreprocessingOptionsUpdate
(html_to_markdown v3.6.0-rc.20)
Copy Markdown
Partial update for PreprocessingOptions.
This struct uses Option<T> to represent optional fields that can be selectively updated.
Only specified fields (Some values) will override existing options; None values leave the
corresponding fields unchanged when applied via [PreprocessingOptions::apply_update].