You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Loggie uses print_rich under the hood to handle printing BBcode styled text in console, it suffers from an issue that's present in Godot (4.3.stable):
Issue
When a text containing a newline character ("\n") is wrapped in the [color] BBcode tags, the closing [/color] tag doesn't get stripped by the engine, resulting in it being present in the output.
This should be a fix done in the Godot engine, and here's a link to the original report regarding this issue: godotengine/godot#97965
The text was updated successfully, but these errors were encountered:
Because Loggie uses
print_rich
under the hood to handle printing BBcode styled text in console, it suffers from an issue that's present in Godot (4.3.stable):Issue
When a text containing a newline character ("\n") is wrapped in the [color] BBcode tags, the closing
[/color]
tag doesn't get stripped by the engine, resulting in it being present in the output.This should be a fix done in the Godot engine, and here's a link to the original report regarding this issue:
godotengine/godot#97965
The text was updated successfully, but these errors were encountered: