make link target _blank the default

This commit is contained in:
Hans Pagel
2020-09-27 10:41:20 +02:00
parent 13c95b602e
commit 30bf37c8c8
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ export default new Mark<LinkOptions>()
.name('link')
.defaults({
openOnClick: true,
target: '_self',
target: '_blank',
rel: 'noopener noreferrer nofollow',
})
.schema(({ options }) => ({