Variant
format
The encoding/markup of a document's contents.
variant format {
plain-text,
markdown,
html,
asciidoc,
restructured-text,
custom(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| plain-text | — | |
| markdown | — | |
| html | — | |
| asciidoc | — | |
| restructured-text | — | |
| custom | string | Escape hatch for formats not enumerated here
(e.g. "text/x-org", "application/x-typst"). |