mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-21 14:53:09 -05:00
Fix error in readme
This commit is contained in:
parent
8ee145ede6
commit
02cc7baacc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue