Godot Version
V4
Question
Does anyone know why some BBCode tags don’t work in @export versions while others work. For example I am trying to add a paragraph in the one below, but seems to not take, For example [color], [i]and [url] work fine but [p] has no effect
## Minimum version. [i][color=green]Must be in x.x.x format.
## [url=https://yahoo.com]yahoo[/url]
## [p] This is a paragraph [/p] but does not break
@export var min_version="3.2.4"
When I hover over the exported variable in the inspector it shows this:
Should be showing a para break after the hyoerlink yahoo.