From 81d8ecffb5316a863b5302b1e86e24927dd41c21 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 19 Feb 2020 19:57:10 -0800 Subject: [PATCH] help.markup: separate examples using newlines. --- basis/help/markup/markup.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index 590398cb2d..ec277de319 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -121,7 +121,7 @@ M: f print-element drop ; "Generic word contract" $heading print-element ; : $examples ( element -- ) - "Examples" $heading print-element ; + "Examples" $heading [ f $nl ] [ print-element ] interleave ; : $example ( element -- ) unclip-last [ "\n" join ] dip over [