$emphasis ( children -- )
Factor documentation > Factor handbook > Developer tools > Help system > Writing documentation > Element types > Span elements
Next:$strong ( children -- )


Vocabulary
help.markup

Definition
USING: help.stylesheet namespaces ;

IN: help.markup

: $emphasis ( children -- )
[ emphasis-style get print-element* ] ($span) ;