Current section

Files

Jump to
html_to_markdown lib html_to_markdown document_node.ex
Raw

lib/html_to_markdown/document_node.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:e134cc584fe5e857e659794a5ad06ee6c9fcd6cc6c93faaaafcf81193f94f675
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule HtmlToMarkdown.DocumentNode do
@moduledoc "A single node in the document tree."
defstruct id: "",
content: :heading,
parent: nil,
children: [],
annotations: [],
attributes: nil
end