HtmlToMarkdown. StructuredDataType
(html_to_markdown v3.11.4)
Copy Markdown
Structured data format type.
Identifies the schema/format used for structured data markup.
Summary
Functions
JSON-LD (JSON for Linking Data) script blocks
HTML5 Microdata attributes (itemscope, itemtype, itemprop)
RDF in Attributes (RDFa) markup
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.
Types
Functions
@spec json_ld() :: t()
JSON-LD (JSON for Linking Data) script blocks
@spec microdata() :: t()
HTML5 Microdata attributes (itemscope, itemtype, itemprop)
@spec rd_fa() :: t()
RDF in Attributes (RDFa) markup
Returns the serde wire value this variant carries on the JSON boundary (see wire_variant_value in alef's naming module) -- distinct from the atom's Elixir spelling.