HtmlToMarkdown.VisitResult (html_to_markdown v3.4.0-rc.24)

Copy Markdown View Source

Result of a visitor callback.

Summary

Types

continue()

@type continue() :: :continue

custom()

@type custom() :: %{type: :custom, value_0: term()}

error()

@type error() :: %{type: :error, value_0: term()}

preserve_html()

@type preserve_html() :: :preserve_html

skip()

@type skip() :: :skip

t()

@type t() :: term()