From 02cc7baacc359b1cf2a459119ea3072ddd9bef0f Mon Sep 17 00:00:00 2001 From: Neil Jenkins Date: Tue, 19 Sep 2023 14:34:46 +0800 Subject: [PATCH] Fix error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3530419..6710e80 100644 --- a/README.md +++ b/README.md @@ -475,4 +475,4 @@ This is useful when the document needs to be changed programmatically, but those ### linkRegExp -This is the regular expression used to automatically mark up links when inserting HTML or after pressing space. You can change it if you want to use a custom regular expression for detecting links, or set to `null` to turn off link detection. +This is the regular expression used to automatically mark up links when inserting HTML or after pressing space. You can change it if you want to use a custom regular expression for detecting links, or set to `/[]/` to turn off link detection.