Ampersand (&) gets encoded as & when posting a URL containing an ampersand, which breaks some URLs. It should just be encoded as &.
If a posted URL contains pipes (||) the URL breaks and the part from the pipes doesn't get hyperlinked.
1. Ampersand (**&**) gets encoded as `&` when posting a URL containing an ampersand, which breaks some URLs. It should just be encoded as &.
2. If a posted URL contains pipes (**||**) the URL breaks and the part from the pipes doesn't get hyperlinked.
&
when posting a URL containing an ampersand, which breaks some URLs. It should just be encoded as &.This commit didn't fix the "&" encoding problem, as you can see. Running the latest commit.