Merge pull request #440 from toger5/patch-1

Fixed italics tag
This commit is contained in:
Bojidar Marinov
2017-08-08 21:43:21 +03:00
committed by GitHub

View File

@@ -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. |
+---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+