When I use multiline string, It display white color, It is not correct, It should display it as string. string test = format(" xxx {0} ", 1); <img width="287" height="169" alt="Image" src="https://github.com/user-attachments/assets/0a408e3a-f30f-47b0-8f6d-9f3cdc7d79c1" />
When I use multiline string, It display white color, It is not correct, It should display it as string.
string test = format("
xxx {0}
", 1);