help.markup: adding $content to inline the content of another article.

locals-and-roots
John Benediktsson 2016-03-19 07:54:24 -07:00
parent fbb6968312
commit 1a8aca2969
1 changed files with 3 additions and 0 deletions

View File

@ -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*