racket / scribble

Other
194 stars 89 forks source link

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

Open sorawee opened 7 months ago

sorawee commented 7 months ago
@racketblock[( a   b   cde  )]

is currently rendered as:

( a   b   cde)

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

One possible fix: