mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 02:28:59 +00:00
fixed italic tag
This commit is contained in:
@@ -364,7 +364,7 @@ for more examples of how to use them properly.
|
||||
+---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
|
||||
| [b] [/b] | Bold | Some [b]bold[/b] text. | Some **bold** text. |
|
||||
+---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
|
||||
| [i] [/i] | Italic | Some [i]italic[/b] text. | Some *italic* text. |
|
||||
| [i] [/i] | Italic | Some [i]italic[/i] text. | Some *italic* text. |
|
||||
+---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
|
||||
| [code] [/code] | Monospace | Some [code]monospace[/code] text. | Some ``monospace`` text. |
|
||||
+---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user