You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's impossible to match a string with line breaks because convertLineBreaks replaces all of them with <br/> tags which causes the matcher to get get a splitted string.
e.g.
Content:
```foo
bar```
Matcher gets:
```foo
bar```
The text was updated successfully, but these errors were encountered:
Currently it's impossible to match a string with line breaks because
convertLineBreaks
replaces all of them with<br/>
tags which causes the matcher to get get a splitted string.e.g.
Content:
Matcher gets:
The text was updated successfully, but these errors were encountered: