Variant

format

The encoding/markup of a document's contents.

variant format {
  plain-text,
  markdown,
  html,
  asciidoc,
  restructured-text,
  custom(string),
}

Cases

CasePayloadDescription
plain-text
markdown
html
asciidoc
restructured-text
customstringEscape hatch for formats not enumerated here (e.g. "text/x-org", "application/x-typst").