BlockNote
BlockNote copied to clipboard
to use blocksToHTML on server side
Is your feature request related to a problem? Please describe. I want to display content crated by block note in plain html format
Describe the solution you'd like I'd like to convert blocksToHTML on the server side in NextJS
Describe alternatives you've considered Tried
import { blocksToHTML } from "@blocknote/core/src/api/formatConversions/formatConversions";
import Schema from "prosemirror-model";
const html = blocksToHTML(content, Schema);
Module not found: Package path ./src/api/formatConversions/formatConversions is not exported from package /workspaces/lbn-fe/app/node_modules/@blocknote/core (see exports field in .../node_modules/@blocknote/core/package.json)