Check how github renders readme

This commit is contained in:
Sebastian Schmidt 2019-03-19 10:45:24 +02:00
parent 33d26aceb0
commit 1e5b0bda22

View File

@ -26,8 +26,8 @@ Evalexpr is a powerful arithmetic and boolean expression evaluator.
| \>= | Greater than or equal |
| == | Equal |
| != | Not equal |
| `&&` | Logical and |
| `||` | Logical or |
| && | Logical and |
| || | Logical or |
Supported binary operators: `!` `!=` `""` `''` `()` `[]` `,` `>` `<` `>=` `<=` `==`
`+` unary/binary `-` `*` `/` `%` `&&` `||` `n..m`.