Hi Jeremy,
newText("practiceinstructions", "We would not typically describe this scene using this sentence, because \"at least two\" leads us to expect more than two apples. You should ")
.settings.after(newText("negative", "not").settings.italic())
.settings.after(newText("number", " rate it a 6 or 7."))
,
Something is removing the leading and trailing white space, which I imagine is generally a thing that is desired. I tried adding more white space and escaping the white space, too, but it did not work. Is there a way to have a sub-section of a line of text in italics (or other style) without the spaces in between getting removed?
Thank you!
Leo