Suppose you're opening an issue and there's a lot noisey logs that may be useful.
Rather than wrecking readability, wrap it in a <details>
tag!
<details>
<summary>Summary Goes Here</summary>
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=CLion | |
Icon=/home/ducksoft/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/182.4505.18/.icon.svg | |
Exec="/home/ducksoft/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/182.4505.18/bin/clion.sh" %f | |
Comment=A smart cross-platform IDE for C and C++ | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-clion |