From 54e91e37d8e42ec89b2b90ab0a5423f94ac39339 Mon Sep 17 00:00:00 2001 From: Tom Lord Date: Sun, 11 Jan 2015 23:32:37 +0000 Subject: [PATCH] GFM fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eab848..2e9639d 100644 --- a/README.md +++ b/README.md @@ -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/` `/(?foo) \k/` * Non-capture groups, e.g. `/(?:foo)/` -* '''Arbitrarily complex combinations of all the above!''' +* **Arbitrarily complex combinations of all the above!** ## Not-Yet-Supported syntax