Current section

Files

Jump to
html_to_markdown lib html_to_markdown structured_data.ex
Raw

lib/html_to_markdown/structured_data.ex

# This file is auto-generated by alef. DO NOT EDIT.
defmodule HtmlToMarkdown.StructuredData do
@moduledoc "Structured data block (JSON-LD, Microdata, or RDFa)."
defstruct data_type: :json_ld,
raw_json: "",
schema_type: nil
end