HtmlToMarkdown. PreprocessingPreset
(html_to_markdown v3.11.4)
Copy Markdown
HTML preprocessing aggressiveness level.
Controls the extent of cleanup performed before conversion. Higher levels remove more elements.
Summary
Functions
Aggressive cleanup. Remove extensive non-content elements and structure.
Minimal cleanup. Remove only essential noise (scripts, styles).
Standard cleanup. Default. Removes navigation, forms, and other auxiliary content.
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.
Types
Functions
@spec aggressive() :: t()
Aggressive cleanup. Remove extensive non-content elements and structure.
@spec minimal() :: t()
Minimal cleanup. Remove only essential noise (scripts, styles).
@spec standard() :: t()
Standard cleanup. Default. Removes navigation, forms, and other auxiliary content.
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.