Skip to content

Commit

Permalink
GFM fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-lord committed Jan 11, 2015
1 parent dd50d5e commit 54e91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ or a huge number of possible matches, such as `/.\w/`, then only a subset of the
* Escaped characters, e.g. `/\n/`, `/\w/`, `/\D/` (and so on...)
* Capture groups, including named groups and backreferences(!!), e.g. `/(this|that) \1/` `/(?<name>foo) \k<name>/`
* Non-capture groups, e.g. `/(?:foo)/`
* '''Arbitrarily complex combinations of all the above!'''
* **Arbitrarily complex combinations of all the above!**

## Not-Yet-Supported syntax

Expand Down

0 comments on commit 54e91e3

Please sign in to comment.