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

Prev:$example ( element -- )
Next:$links ( topics -- )


Vocabulary
help.markup

Inputs
elementa markup element


Outputs
None

Word description
Prints a markup element, usually a string, as a block with the heading-style.

Examples
{ $heading "What remains to be discovered" } print-element


What remains to be discovered

Definition