atc_renderer: Fix rendering of multiline commands
Multiline commands in preconditions, execution steps, postconditions and notes are currently getting squashed to a single line.
Use <pre>
block elements to preserve newlines.
🟠 v2026dev0 entered Soft Code Freeze/Hard Feature Freeze, only bug fixes will be accepted • schedule
Multiline commands in preconditions, execution steps, postconditions and notes are currently getting squashed to a single line.
Use <pre>
block elements to preserve newlines.