mirror of
https://github.com/outline/outline.git
synced 2026-05-08 02:50:30 -05:00
@@ -490,7 +490,7 @@ export class ProsemirrorHelper {
|
||||
// Render the Prosemirror document using virtual DOM and serialize the
|
||||
// result to a string
|
||||
const dom = new JSDOM(
|
||||
`<!DOCTYPE html>${
|
||||
`<!DOCTYPE html><meta charset="utf-8">${
|
||||
options?.includeStyles === false ? "" : styleTags
|
||||
}${html}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user