The author steps aside in their own secondary voice — notes, boxed asides, and disclosure.
<aside>Compiles to eHTML <aside>.
<aside | A side note about the elephant.>
<details>Compiles to eHTML <details>.
<details>
<summary | More background>
Additional context for the curious reader. The summary is the
visible heading; this body shows when the disclosure is opened.
</details>
More background
Additional context for the curious reader. The summary is the visible heading; this body shows when the disclosure is opened.
The canonical shape: a <summary> for the visible heading, followed by the disclosure body. The body is recursively parsed as prose / block content.
<endnotes>Compiles to eHTML <endnotes>.
<note>Compiles to eHTML <note>.
Some text<note | A substantive note about the text.>.
Some text1.
- 1
A substantive note about the text.
↩
<note-list>Compiles to eHTML <note-list>.
<summary>Compiles to eHTML <summary>.
<summary | More background>
The visible heading of a <details> disclosure. Appears as a child of <details>.