oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Fix rendering of multi-line additional data in reports #133

Closed noizwaves closed 4 months ago

noizwaves commented 4 months ago

I noticed the new report template doesn't handle multi-line additional data values well in the markdown table cell.

This PR collapses multi-line output to be comma separated. trim was added to clean up excess leading and trailing whitespace.