Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Fixed issue with markdown escaping #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Operators are:
* ^ (not equal)
* + (in array/range)
* - (not in array/range)
* =~ (matching -- not a regexp but a string for SQL LIKE) <b>NOTE:</b> This will override 1.9.x "symbol as string" =~ behavior.
* \=~ (matching -- not a regexp but a string for SQL LIKE) <b>NOTE:</b> This will override 1.9.x "symbol as string" =~ behavior.
* !~ (not matching, only available under Ruby 1.9)
* > (greater than)
* >= (greater than or equal to)
Expand Down