tiptap/packages
Marius Tolzmann 78f0e5e154 do not transform text of pasted links
this skips links in markPasteRules (Bold, Italic, Code, Strike, Underline)

fixes #258

works only if link extension is added before mark extensions

    extensions: [
      ...
      new Link(),
      ...
      new Italic(),
      new Bold(),
      new Code(),
      new Strike(),
      new Underline(),
      ...
    ]
2019-05-07 17:04:23 +02:00
..
tiptap Publish 2019-05-07 08:00:53 +02:00
tiptap-commands do not transform text of pasted links 2019-05-07 17:04:23 +02:00
tiptap-extensions Publish 2019-05-07 08:00:53 +02:00
tiptap-utils Publish 2019-05-07 08:00:53 +02:00