Appearance
The link mark is used to represent links. It will be rendered as <a> element in HTML.
link
<a>
addLink
editor.commands.addLink({ href: 'https://www.example.com' })
removeLink
editor.commands.removeLink()
toggleLink
editor.commands.toggleLink({ href: 'https://www.example.com' })