Drag any link from the top navigation into the Editor ("Examples", "Documentation", etc.)
In Chrome, Firefox and Edge, the Editor content will gain an anchor tag with the same text and href value, as the dragged anchor. Also works with macOS/Chrome.
In macOS/Safari, the Editor content will gain a URL as plain text.
For comparison, dragging an anchor will produce identical results in all browsers, if you test with a contenteditable<div>.
To reproduce:
For comparison, dragging an anchor will produce identical results in all browsers, if you test with a
contenteditable
<div>
.Using latest browser versions.