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

Prev:$heading ( element -- )
Next:$list ( element -- )


Vocabulary
help.markup

Inputs
topicsa sequence of article names or words


Outputs
None

Word description
Prints a series of links to help articles or word documentation.

Notes
This markup element is used to implement $links.

Examples
{ $links + - * / } print-element

+, -, *, /

Definition