fix html whitespace truncation
This commit is contained in:
parent
750fbf5e3d
commit
336cab2592
@ -589,8 +589,6 @@ export const remarkToHtml = mdast => {
|
||||
const result = unified()
|
||||
.use(remarkToRehypeShortcodes, { plugins: registry.getEditorComponents() })
|
||||
.use(remarkToRehype, { allowDangerousHTML: true })
|
||||
.use(rehypeRemoveEmpty)
|
||||
.use(rehypeMinifyWhitespace)
|
||||
.runSync(mdast);
|
||||
|
||||
const output = unified()
|
||||
|
Loading…
x
Reference in New Issue
Block a user