Open florence opened 5 years ago
The following program is indented with cmd-i:
#lang scribble/base @list[@list[1]{ Some text. }] @list[@list[@list[1]{ Some text. }]]
I would expect both instances of Some text. to be aligned with their respective list[1], but for some reason the second one is indented farther in.
Some text
list[1]
This one seems like it might be a straightforward fix; same code as the previous one. There are lots of tests already.
https://github.com/racket/gui/tree/master/gui-lib/scribble/private
The following program is indented with cmd-i:
I would expect both instances of
Some text
. to be aligned with their respectivelist[1]
, but for some reason the second one is indented farther in.