-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behavior with ul/ol tags in RichTextLabel #61621
Comments
Do these issues occur on 3.4.4/3.5rc2? |
No, as list tags ( |
Rindbee
added a commit
to Rindbee/godot
that referenced
this issue
Jun 4, 2022
Fix the first two points in godotengine#61621. Support for two writing ways: compact or loose. The loose one is designed for easy editing in the editor. For this, the first blank line (if exists) right after the list tags (`[ol]`, `[/ol]`, `[ul]`, and `[/ul]`) will be ignored. Make sure the empty list contains at least one item, that is, an empty list is ultimately a list with one item. As a reminder here is a list.
For the reference, the first two points were resolved by the linked PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
v4.0.alpha6.official [e4f0fc5] v4.0.alpha.custom_build [6cd730e]
System information
Linux Mint 20.3, Vulkan, NVIDIA GeForce GTX 1050 Ti
Issue description
The first 2 points, they might be essentially the same one. Seems to be related to close tags.
Steps to reproduce
RichTextLabel
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: