help.markup vocabulary - Factor Documentation (original) (raw)

help.markup vocabulary
Factor handbook » Vocabulary index

Documentation
Element types

Metadata

Parents: help
Authors: Slava Pestov

Words

Predicate classes

Class Superclass
simple-element array

Generic words

Word Stack effect
($instance) ( element -- )
elements* ( elt-type element -- )
print-element ( element -- )

Symbol words

blank-line
block
last-element
span

Ordinary words

Word Stack effect
$breadcrumbs ( topics -- )
$class-description ( element -- )
$code ( element -- )
$content ( element -- )
$contract ( element -- )
$curious ( element -- )
$definition ( element -- )
$definition-icons ( element -- )
$deprecated ( element -- )
$description ( element -- )
$emphasis ( children -- )
$error-description ( element -- )
$errors ( element -- )
$example ( element -- )
$examples ( element -- )
$heading ( element -- )
$image ( element -- )
$inputs ( element -- )
$instance ( element -- )
$io-error ( children -- )
$link ( element -- )
$links ( topics -- )
$list ( element -- )
$long-link ( element -- )
$low-level-note ( children -- )
$markup-example ( element -- )
$maybe ( element -- )
$methods ( element -- )
$nl ( children -- )
$notes ( element -- )
$or ( element -- )
$outputs ( element -- )
$parsing-note ( children -- )
$pretty-link ( element -- )
$prettyprinting-note ( children -- )
$quotation ( element -- )
$references ( element -- )
$related ( element -- )
$see ( element -- )
$see-also ( topics -- )
$sequence ( element -- )
$shuffle ( element -- )
$side-effects ( element -- )
$slot ( children -- )
$slots ( children -- )
$snippet ( children -- )
$strong ( children -- )
$subheading ( element -- )
$subsection ( element -- )
$subsection* ( topic -- )
$subsections ( children -- )
$synopsis ( element -- )
$syntax ( element -- )
$table ( element -- )
$unchecked-example ( element -- )
$url ( children -- )
$value ( object -- )
$values ( element -- )
$values-x/y ( children -- )
$var-description ( element -- )
$vocab-link ( element -- )
$vocab-links ( vocabs -- )
$vocab-subsection ( element -- )
$vocab-subsections ( element -- )
$vocabulary ( element -- )
$warning ( element -- )
($blank-line) ( -- )
($block) ( quot -- )
($code) ( presentation quot -- )
($code-style) ( presentation -- hash )
($grid) ( style content-style quot -- )
($heading) ( children quot -- )
($instances) ( element -- )
($link) ( topic -- )
($long-link) ( topic -- )
($long-pretty-link) ( topic -- )
($pretty-link) ( topic -- )
($see) ( word quot -- )
($span) ( quot -- )
($subsection) ( element quot -- )
($values) ( element -- )
($vocab-breadcrumb-links) ( vocab -- )
($vocab-link) ( text vocab -- )
(textual-list) ( seq quot sep -- )
<$image> ( path -- element )
<$link> ( topic -- element )
<$pretty-link> ( definition -- element )
<$snippet> ( str -- element )
?nl ( -- )
a/an ( str -- str )
collect-elements ( element seq -- elements )
elements ( elt-type element -- seq )
last-blank-line? ( -- ? )
last-block? ( -- ? )
last-span? ( -- ? )
print-content ( element -- )
print-element* ( element style -- )
related-words ( seq -- )
textual-list ( seq quot -- )
values-row ( seq -- seq )
with-default-style ( quot -- )

Class predicate words

Word Stack effect
simple-element? ( object -- ? )

Files

resource:basis/help/markup/markup.factor
resource:basis/help/markup/markup-tests.factor

Metadata files

resource:basis/help/markup/authors.txt
resource:basis/help/markup/summary.txt