When I create the following structure <a href="test.html?test1=1&test2=2">test</a> and then switch from HTML mode to normal and back to HTML mode, the resulting html looks like that: <a href="test.html?test1=1&test2=2">test</a>
Is it possible not to replace "&" characters with "&" inside <a> structure?