replaceContent()

in src/plugin/index.tsx [134:138]


  replaceContent(content: string | HTMLElement | React.ComponentType<any>) {
    this.content = content
    this.renderReactContent()
    this.insertContent()
  }