From 1a8aca29691e351c1fba5d544d40b85703034645 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 19 Mar 2016 07:54:24 -0700 Subject: [PATCH] help.markup: adding $content to inline the content of another article. --- basis/help/markup/markup.factor | 3 +++ 1 file changed, 3 insertions(+) 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*