One of the Feb 2026 releases broke code blocks in generated reports for me, in that newlines are stripped from the text, giving one long line: ``` line 1 line 2 line 3 ``` would render in the report as ` line 1 line 2 line 3 ` Anybody else experience this?
One of the Feb 2026 releases broke code blocks in generated reports for me, in that newlines are stripped from the text, giving one long line:
would render in the report as
line 1 line 2 line 3Anybody else experience this?