Current section

Files

Jump to
html_to_markdown lib html_to_markdown visit_result.ex
Raw

lib/html_to_markdown/visit_result.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:f6853d9c2195514e39a0866e52f7a5735d89349d754f05c140ef25eec43b9f37
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule HtmlToMarkdown.VisitResult do
@moduledoc "Result of a visitor callback."
@type t :: term()
@type continue :: :continue
@type custom :: %{type: :custom, value_0: term()}
@type skip :: :skip
@type preserve_html :: :preserve_html
@type error :: %{type: :error, value_0: term()}
end