File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -322,8 +322,11 @@ Reference
322
322
323
323
* - | **hint **
324
324
| Creates a tooltip hint that is displayed when hovering the text with the mouse.
325
- Tooltip text should not be quoted (quotes will appear as-is in the tooltip otherwise).
326
- - | ``[hint={tooltip text displayed on hover}]{text}[/hint] ``
325
+ While not required, it's recommended to put tooltip text between double or single quotes.
326
+ Note that it is not possible to escape quotes using ``\"`` or ``\'``. To use
327
+ single quotes for apostrophes in the hint string, you must use double quotes
328
+ to surround the string.
329
+ - | ``[hint="{tooltip text displayed on hover}"]{text}[/hint] ``
327
330
328
331
* - | **img **
329
332
| Inserts an image from the ``{path}`` (can be any valid :ref:`class_Texture2D` resource).
You can’t perform that action at this time.
0 commit comments