racket/scribble

Use syntax-span and syntax-position to compute the tail space in a list

Open

#386 opened on Dec 9, 2023

 (0 comments) (0 reactions) (0 assignees)Racket (102 forks)github user discovery
good first issue

Repository metrics

Stars
 (250 stars)
PR merge metrics
 (Avg merge 12h 51m) (1 merged PR in 30d)

Description

@racketblock[( a   b   cde  )]

is currently rendered as:

( a   b   cde)

The spaces between "cde" and ")" are missing.

One possible fix:

Contributor guide