### Summary The url inside the parenthesis will be linked with the closing bracket included in href. ### Code snippet that reproduces the problem ``` some text (text in parenthesis https://example.com). ``` ### Expected output ``` some text (text in parenthesis <a href="https://example.com" />https://example.com</a>). ```