HtmlToMarkdown.StructuredDataType (html_to_markdown v3.6.0-rc.2)

Copy Markdown

Structured data format type.

Identifies the schema/format used for structured data markup.

Summary

Types

t()

Structured data format type.

Functions

JSON-LD (JSON for Linking Data) script blocks

HTML5 Microdata attributes (itemscope, itemtype, itemprop)

RDF in Attributes (RDFa) markup

Types

t()

@type t() :: :json_ld | :microdata | :rdfa

Structured data format type.

Functions

json_ld()

@spec json_ld() :: t()

JSON-LD (JSON for Linking Data) script blocks

microdata()

@spec microdata() :: t()

HTML5 Microdata attributes (itemscope, itemtype, itemprop)

rd_fa()

@spec rd_fa() :: t()

RDF in Attributes (RDFa) markup