add keepOnSplit option to attributes

This commit is contained in:
Philipp Kühn
2021-01-28 19:56:35 +01:00
parent cde0d8690a
commit ee7daa3f43
5 changed files with 39 additions and 19 deletions

View File

@@ -20,6 +20,7 @@ export default function getAttributesFromExtensions(extensions: Extensions): Ext
rendered: true,
renderHTML: null,
parseHTML: null,
keepOnSplit: true,
}
extensions.forEach(extension => {