Skip to content

Commit 54e91e3

Browse files
committed
GFM fix
1 parent dd50d5e commit 54e91e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or a huge number of possible matches, such as `/.\w/`, then only a subset of the
3131
* Escaped characters, e.g. `/\n/`, `/\w/`, `/\D/` (and so on...)
3232
* Capture groups, including named groups and backreferences(!!), e.g. `/(this|that) \1/` `/(?<name>foo) \k<name>/`
3333
* Non-capture groups, e.g. `/(?:foo)/`
34-
* '''Arbitrarily complex combinations of all the above!'''
34+
* **Arbitrarily complex combinations of all the above!**
3535

3636
## Not-Yet-Supported syntax
3737

0 commit comments

Comments
 (0)