mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-16 19:57:48 +08:00
78f0e5e154
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(), ... ] |
||
---|---|---|
.. | ||
insertText.js | ||
markInputRule.js | ||
markPasteRule.js | ||
nodeInputRule.js | ||
pasteRule.js | ||
removeMark.js | ||
replaceText.js | ||
setInlineBlockType.js | ||
splitToDefaultListItem.js | ||
toggleBlockType.js | ||
toggleList.js | ||
toggleWrap.js | ||
updateMark.js |