import { markInputRule } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Build an input rule that adds a mark when the matched text is typed into it.
Parameters
config: { find: InputRuleFinder; type: MarkType; getAttributes?: ; }
import { markInputRule } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Build an input rule that adds a mark when the matched text is typed into it.