Require is incorrect in documentation
patrickcorrigan opened this issue · 1 comments
patrickcorrigan commented
It should be
const Renderer = require("prosemirror-to-html-js").Renderer;
not
const Renderer = require("prosemirror-to-html").Renderer;
enVolt commented
Can you share a PR for the same