Check how github renders readme
This commit is contained in:
parent
33d26aceb0
commit
1e5b0bda22
@ -26,8 +26,8 @@ Evalexpr is a powerful arithmetic and boolean expression evaluator.
|
|||||||
| \>= | Greater than or equal |
|
| \>= | Greater than or equal |
|
||||||
| == | Equal |
|
| == | Equal |
|
||||||
| != | Not equal |
|
| != | Not equal |
|
||||||
| `&&` | Logical and |
|
| && | Logical and |
|
||||||
| `||` | Logical or |
|
| || | Logical or |
|
||||||
|
|
||||||
Supported binary operators: `!` `!=` `""` `''` `()` `[]` `,` `>` `<` `>=` `<=` `==`
|
Supported binary operators: `!` `!=` `""` `''` `()` `[]` `,` `>` `<` `>=` `<=` `==`
|
||||||
`+` unary/binary `-` `*` `/` `%` `&&` `||` `n..m`.
|
`+` unary/binary `-` `*` `/` `%` `&&` `||` `n..m`.
|
||||||
|
Loading…
Reference in New Issue
Block a user