Files
tiptap/packages/tiptap-commands
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
..
2019-05-07 23:08:06 +02:00
2019-05-07 08:00:53 +02:00
2018-11-08 22:03:10 +01:00

tiptap-commands

This is a collection of commands for tiptap.