diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index d5c5592683..1b3324b53c 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -473,6 +473,9 @@ M: f ($instance) ($link) ; { $link with-pprint } " combinator." } $notes ; +: $content ( element -- ) + first article-content print-content nl ; + GENERIC: elements* ( elt-type element -- ) M: simple-element elements*