Enscribe
Aside

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.>
Minipage 16.
<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.

Minipage 17.

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. 1

    A substantive note about the text.

Minipage 18.
<note-list>

Compiles to eHTML <note-list>.

<summary>

Compiles to eHTML <summary>.

<summary | More background>
More background
Minipage 19.

The visible heading of a <details> disclosure. Appears as a child of <details>.