Escape pipe in Markdown table
This commit is contained in:
		| @@ -155,11 +155,11 @@ The following table enumerates which types an operator supports. | |||||||
| In the case of a binary operator, both sides must be of the same type. | In the case of a binary operator, both sides must be of the same type. | ||||||
|  |  | ||||||
| |              Operator              |    Supported Types     | | |              Operator              |    Supported Types     | | ||||||
| | ----------------- | ---------------------- | | | ---------------------------------- | ---------------------- | | ||||||
| | `-` `+` `*` `/`                    | `int`, `float`         | | | `-` `+` `*` `/`                    | `int`, `float`         | | ||||||
| | `<` `<=` `>` `>=`                  | `int`, `float`         | | | `<` `<=` `>` `>=`                  | `int`, `float`         | | ||||||
| | `==` `!=`                          | `bool`, `int`, `float` | | | `==` `!=`                          | `bool`, `int`, `float` | | ||||||
| | `!` `&&` `||`     | `bool`                 | | | `!` `&&` <code>||</code> | `bool`                 | | ||||||
|  |  | ||||||
| ### Special Semantics | ### Special Semantics | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alex Hirsch
					Alex Hirsch