For example, if I wanted to link to https://en.wikipedia.org/wiki/1995_(film) from my YouTube video's description, if I add that directly to my description text then what I get is a broken link to:
<a href="https://en.wikipedia.org/wiki/1995_(filmmissing the trailing parenthesis + the ) as plaintext in description, i.e.:
<a href="https://en.wikipedia.org/wiki/1995_(film">https://en.wikipedia.org/wiki/1995_(film</a>)How to best avoid that?