How to add an url that contains a ')', it looks like the matching for the url is lazy and stops after the first closing parenthesis. For instance : [NG]( <a href="https://en.wikipedia.org/wiki/Alignment_(Dungeons_%26_Dragons)#Neutral_good" rel="nofollow">https://en.wikipedia.org/wiki/Alignment_(Dungeons_%26_Dragons)#Neutral_good</a> ) returns 'NG#Neutral_good)' with NG being a link to ' <a href="https://en.wikipedia.org/wiki/Alignment_(Dungeons_%26_Dragons" rel="nofollow">https://en.wikipedia.org/wiki/Alignment_(Dungeons_%26_Dragons</a> '. The part ' )#Neutral_good ' of the url is missing in the link and added as a regular text.