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