Here is a code example (using tag <code>) I want to render without breaking line at the middle: const instance = new Polygon([10, 10], [30, 10], [30, -10]); so I'd expect to see whole line at the second line.
To render this I must add line breaks manually, like this:
Here is a code example (using tag <code>) I want to render without breaking line at the middle:
const instance = new Polygon([10, 10], [30, 10], [30, -10]); so I'd expect to see whole line at the second line.