OptionalattributesManually defined attributes. #<id> definitions will be
converted to an id attribute and all .<class> declarations will
be turned into one class attribute whose value is a string of
space-delimited declaration identifiers (so, {.a .b} will turn
into "class": "a b").
OptionalautoAttributes added by the djot.js parser. This includes automatic ids
on Section elements and a few others.
OptionaldataInfo from the ecosystem.
OptionallangLanguage identifier. It can be written with whitespace in the
document (``` ruby), in which case the string will be
trimmed (so, lang will have a value of ruby in this example).
OptionalpositionPosition of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
Node type.
Plain value.
Pre-formatted code block.