tiptap/packages/tiptap-extensions
Marius Tolzmann 98cf0e425a fix markInputRules for italics mark
add another layer of matching by introducing support for second match group
since javascript (at least in current browsers) still lacks lookbehind in regex

so now supports

/nomatch(markstart(text)markend)nomatch/ and still supports the
/markstart(text)markend/ syntax

all `nomatch` will be kept as is so kindof simulating lookbehinds
2019-05-07 23:08:06 +02:00
..
src fix markInputRules for italics mark 2019-05-07 23:08:06 +02:00
package.json Publish 2019-05-07 08:00:53 +02:00
README.md tabs to spaces whitespace 2018-11-08 22:03:10 +01:00

tiptap-extensions

This is a collection of extensions for tiptap.