diff --git a/basis/help/markup/markup.factor b/basis/help/markup/markup.factor index b438c97084..0201e86b3f 100644 --- a/basis/help/markup/markup.factor +++ b/basis/help/markup/markup.factor @@ -71,7 +71,7 @@ ALIAS: $slot $snippet ] ($span) ; : $nl ( children -- ) - nl nl drop ; + nl last-block? [ nl ] unless drop ; ! Some blocks : ($heading) ( children quot -- )