Merge pull request #990 from YeldhamDev/bbcode_update_fix

Fixed wrong information in "BBCode in RichTextLabel"
This commit is contained in:
Rémi Verschelde
2018-01-19 21:14:19 +01:00
committed by GitHub
@@ -46,7 +46,7 @@ Reference
+-----------------+--------------------------------------------+--------------------------------------------------------------+
| **url (ref)** | ``[url=<url>]{text}[/url]`` | Makes {text} reference <url>. |
+-----------------+--------------------------------------------+--------------------------------------------------------------+
| **image** | ``[img=<path>][/img]`` | Insert image at resource <path>. |
| **image** | ``[img]{path}[/img]`` | Insert image at resource {path}. |
+-----------------+--------------------------------------------+--------------------------------------------------------------+
| **font** | ``[font=<path>]{text}[/font]`` | Use custom font at <path> for {text}. |
+-----------------+--------------------------------------------+--------------------------------------------------------------+