We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.2.2.stable.official [15073af]
Godot v4.2.2.stable - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1050 Ti (NVIDIA; 31.0.15.3699) - AMD Ryzen 5 2600 Six-Core Processor (12 Threads)
When writing an ordered list inside an unordered list, the ordered list is displayed as if it was unordered:
[ul] item 1 item 2 [ol] nested item 1 nested item 2 [/ol] [/ul]
Specifying the types has no effect either:
The expected behavior would be for the nested list to be numbered.
ol_test.zip
The text was updated successfully, but these errors were encountered:
bruvzg
Successfully merging a pull request may close this issue.
Tested versions
v4.2.2.stable.official [15073af]
System information
Godot v4.2.2.stable - Windows 10.0.19045 - GLES3 (Compatibility) - NVIDIA GeForce GTX 1050 Ti (NVIDIA; 31.0.15.3699) - AMD Ryzen 5 2600 Six-Core Processor (12 Threads)
Issue description
When writing an ordered list inside an unordered list, the ordered list is displayed as if it was unordered:
Specifying the types has no effect either:
The expected behavior would be for the nested list to be numbered.
Steps to reproduce
Minimal reproduction project (MRP)
ol_test.zip
The text was updated successfully, but these errors were encountered: