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
I'm realizing as I write this that this could perhaps be fixed with the regex provided in the documentation for sentence boundaries, but as it stands the regex can cut off the resulting string mid href. As such, you end up with an open quotation that is not closed and many resulting formatting problems on the page. I got something like this as a result.
<p>Sample text with link to <a href=\"http://www.example.</a></p>
The text was updated successfully, but these errors were encountered:
I'm realizing as I write this that this could perhaps be fixed with the regex provided in the documentation for sentence boundaries, but as it stands the regex can cut off the resulting string mid href. As such, you end up with an open quotation that is not closed and many resulting formatting problems on the page. I got something like this as a result.
<p>Sample text with link to <a href=\"http://www.example.</a></p>
The text was updated successfully, but these errors were encountered: