You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Heading |`___` text `___`<br>`***` text `***`<br>`##` text `##`|***Bold + primary colour***|`___NAME___`<br>`***NAME***`<br>`## NAME` (closing delimiter is optional) |
72
+
| Heading |`___` text `___`<br>`***` text `***`<br>`##` text `##`|**_Bold + primary colour_**|`___NAME___`<br>`***NAME***`<br>`## NAME` (closing delimiter is optional) |
72
73
| "Bold" |`__` text `__`<br>`**` text `**`|**Bold + default colour**|`__command__`<br>`**command**`|
73
-
| "Italic" |`_` text `_`<br>`*` text `*`|*Secondary colour*|`_argument_`<br>`*argument*`|
74
-
| "Underline" |`<` text `>`|*<u>Secondary colour + underline</u>*|`<argument>`|
74
+
| "Italic" |`_` text `_`<br>`*` text `*`|_Secondary colour_|`_argument_`<br>`*argument*`|
75
+
| "Underline" |`<` text `>`|_<u>Secondary colour + underline</u>_|`<argument>`|
75
76
| Low priority |`~~` text `~~`| <small>Dim</small> |`~~/path/to/script.php:42~~`|
76
77
| Inline code |`` ` `` text `` ` ``| <code>Bold</code> |`` The input format can be specified using the `-f/--from` option. ``|
0 commit comments