`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary)
tags. This is especially useful for collapsing long logs so they take up less screen space.
```html
Click me to collapse/fold.
These details will remain hidden until expanded.
PASTE LOGS HERE
```
Click me to collapse/fold.
These details will remain hidden until expanded.
PASTE LOGS HERE
---
Markdown inside these tags is supported as well, as long as you have a blank line
after the `` tag and before the `