noteTypecontent
Analogues
Note
HTML <aside>: Approximate HTML analogue for note content, though HTML has no dedicated footnote or endnote element and placement semantics are not built in. JATS <fn>: Closest JATS analogue for document notes, particularly footnotes. Pandoc Note: Closest Pandoc analogue for inline-referenced notes; Stencila additionally records note placement semantics explicitly via noteType. MDAST FootnoteDefinition: Close MDAST analogue for defined footnote content, although MDAST models note references and definitions separately and does not cover sidenotes directly.
Properties
Note
noteType | NoteType | ||
content | Block | ||
id | String | Entity |
Related
Note
Parents: EntityChildren: none
Bindings
Note
Testing
Note
noteType | NoteType::Footnote | ||
NoteType::arbitrary() | |||
content | Note | vec![p([t("Note paragraph")])] |
Note.yamldocs_types.rs