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


Vocabulary
help.markup

Definition
USING: help.stylesheet namespaces ;

IN: help.markup

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