import { textPasteRule } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Build an paste rule that replaces text when the matched text is pasted into it.
Parameters
config: { find: PasteRuleFinder; replace: string; }
import { textPasteRule } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Build an paste rule that replaces text when the matched text is pasted into it.