-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
📝 Provide detailed reproduction steps (if any)
Please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tiny.cloud or similar.
- Open default fiddle (with autolink plugin)
- Paste "https://github.com/§"
- Observe that the URL is converted to "https://github.com/§"
✔️ Expected result
URL pastes as "https://github.com/§" and automatically converts to a link
❌ Actual result
URL converts to "https://github.com/§"
❓ Possible solution
One workaround is to paste as "https://github.com/&sect", either by copying that or using paste_preprocess.
Are there certain symbols that aren't valid in URLs? Or any way that we can convert the ampersand (&) in unclosed encoded character strings into "&", so that the URL is still pasted as valid?
The main occurrence is when a URL contains "/§ion=", which is quite common.
📃 Other details
- Worked in version: Never
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
daledavies