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