Parenthesis are Mistaken as Part of the URL
-
Parenthesis are usually (but not always) mistaken as part of the URL when a URL is placed in parenthesis. For instance, on my website’s “About” page (https://dcjtech.info/about/), I have a sentence that says
The quizzes ( https://dcjtech.info/quizzes/ ) are free and publicly available.
Notice that I have the URL in parenthesis, but with spaces. Without the spaces, “External-Links” will think the the URL is “https://dcjtech.info/quizzes/)”. Yes, the parenthesis at the end fuse with the URL, but not the parenthesis in the front.
As of now, my only to solutions is to use spaces as padding, or to hard-code the URL (via the “a” tag and href).
This problem also occasionally occurs with other punctuation like periods and quotes.
By the way, this is still a great plugin.
- The topic ‘Parenthesis are Mistaken as Part of the URL’ is closed to new replies.