Current section

Files

Jump to
html_to_markdown lib html_to_markdown preprocessing_options.ex
Raw

lib/html_to_markdown/preprocessing_options.ex

# This file is auto-generated by alef. DO NOT EDIT.
defmodule HtmlToMarkdown.PreprocessingOptions do
@moduledoc "HTML preprocessing options for document cleanup before conversion."
defstruct enabled: true,
preset: :standard,
remove_navigation: true,
remove_forms: true
end