Handbook
Glossary
$emphasis ( children -- )
Factor handbook
»
Developer tools
»
Help system
»
Writing documentation
»
Element types
»
Span elements
Next:
$strong ( children -- )
Vocabulary
help
.
markup
Inputs
children
a markup element
Outputs
None
Word description
Prints
emphasized
text. This is also known as italicized text.
Definition
USING:
help.stylesheet
namespaces
;
IN:
help.markup
:
$emphasis
( children -- )
[
emphasis-style
get
print-element*
]
($span)
;