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:948184049ef1d23c384893dfc241f9c9c647901a9caac1da57237736db242dd7
# 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