Any chance support for scheme-relative URLs, e.g. //example.com/ can be added? Currently these links break in the source view.
To fix this, you could simply replace // at the start of any URLs with http:// if the original page was served over HTTP, or https:// if it used SSL.
Any chance support for scheme-relative URLs, e.g.
//example.com/can be added? Currently these links break in the source view.To fix this, you could simply replace
//at the start of any URLs withhttp://if the original page was served over HTTP, orhttps://if it used SSL.