HtmlToMarkdown.PreprocessingOptions (html_to_markdown v3.6.0-rc.14)

Copy Markdown

HTML preprocessing options for document cleanup before conversion.

Summary

Types

t()

HTML preprocessing options for document cleanup before conversion.

Types

t()

@type t() :: %HtmlToMarkdown.PreprocessingOptions{
  enabled: boolean(),
  preset: String.t() | nil,
  remove_forms: boolean(),
  remove_navigation: boolean()
}

HTML preprocessing options for document cleanup before conversion.