Explore Profiles is a native Grafana application designed to integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data.
GNU Affero General Public License v3.0
18
stars
2
forks
source link
fix: Correctly render blank lines in code view #250
In code view, blank lines were being rendered as ??? instead of and empty line. This PR fixes the logic to make sure blank lines are rendered correctly.
✨ Description
In code view, blank lines were being rendered as
???
instead of and empty line. This PR fixes the logic to make sure blank lines are rendered correctly.Before:
After: