Handbook
Glossary
$curious ( element -- )
Factor handbook
»
Developer tools
»
Help system
»
Writing documentation
»
Element types
»
Block elements
Prev:
$code ( element -- )
Next:
$example ( element -- )
Vocabulary
help
.
markup
Inputs
element
a markup element
Outputs
None
Word description
Prints a heading followed by a markup element.
Notes
This element type is used by the cookbook-style introductory articles in the
Factor handbook
.
Definition
IN:
help.markup
:
$curious
( element -- )
"For the curious..."
$heading
print-element
;