help.markup: made $nl less promiscuous with its newlines
parent
f9bb7edf3d
commit
c4419ba4a3
|
@ -71,7 +71,7 @@ ALIAS: $slot $snippet
|
||||||
] ($span) ;
|
] ($span) ;
|
||||||
|
|
||||||
: $nl ( children -- )
|
: $nl ( children -- )
|
||||||
nl nl drop ;
|
nl last-block? [ nl ] unless drop ;
|
||||||
|
|
||||||
! Some blocks
|
! Some blocks
|
||||||
: ($heading) ( children quot -- )
|
: ($heading) ( children quot -- )
|
||||||
|
|
Loading…
Reference in New Issue