The white-space: pre-wrap on .tool-output was preserving template literal whitespace (newlines and indentation). The pre elements inside still have pre-wrap for actual code content.
The white-space: pre-wrap on .tool-output was preserving template literal whitespace (newlines and indentation). The pre elements inside still have pre-wrap for actual code content.