$notes ( element -- ) (original) (raw)

$notes ( element -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements

Prev: $warning ( element -- )
Next: $side-effects ( element -- )

Vocabulary
help.markup

Inputs

element a markup element

Outputs
None

Word description
Prints the notes subheading found on the help page of some words. This section should document usage tips and pitfalls.

Definition

IN: help.markup

: $notes ( element -- ) "Notes" $heading print-element ;