How do you disable automatic double-slases removing? When I put base64 embeded image (< img src=”data:image/png;base64,xyz…///…==” alt=””/> in html mode it auto removes double slashes and so the image is corrupted…
How do you disable automatic double-slases removing? When I put base64 embeded image (<
Share
I solved the problem by writting custom urlconverter_callback…