Home

Note

A note is usually associated with a word or paragraph using a number or other symbol. It can be displayed as a footnote, endnote, or side note, or in interactive elements. For analogues, see

Properties

The Note type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity
noteTypeDetermines where the note content is displayed within the document.NoteType-
contentContent of the note, usually a paragraph.Block*-

Related

The Note type is related to these types:

Bindings

The Note type is represented in:

Testing

During property-based (a.k.a generative) testing, the properties of the Note type are generated using the following strategies.

PropertyComplexityDescriptionStrategy
noteTypeMin+Fixed footnote type.NoteType::Footnote
High+Generate an arbitrary note type.NoteType::arbitrary()
contentMin+Generate a single paragraph (with no Note to avoid recursion).vec![p([t("Note paragraph")])]

This documentation was generated from Note.yaml by docs_types.rs.

© 2026 Stencila