Add hard break node for editor (#177)

This commit is contained in:
Hakan Shehu
2025-08-02 17:14:22 +02:00
committed by GitHub
parent 2a9fea972f
commit fd675d7d9b
8 changed files with 38 additions and 0 deletions

14
package-lock.json generated
View File

@@ -9464,6 +9464,19 @@
"@tiptap/pm": "^3.0.9"
}
},
"node_modules/@tiptap/extension-hard-break": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.0.9.tgz",
"integrity": "sha512-PWNYsUwVsMWt/R5/OWjfGb+7DQT0DvH+1owBimRq0pWZepg8qkz1jdPGgsRmUFyERRsXeEpgj3VaQfrgbyUfrA==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.0.9"
}
},
"node_modules/@tiptap/extension-horizontal-rule": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.0.9.tgz",
@@ -24873,6 +24886,7 @@
"@tiptap/extension-code": "^3.0.9",
"@tiptap/extension-code-block-lowlight": "^3.0.9",
"@tiptap/extension-document": "^3.0.9",
"@tiptap/extension-hard-break": "^3.0.9",
"@tiptap/extension-horizontal-rule": "^3.0.9",
"@tiptap/extension-italic": "^3.0.9",
"@tiptap/extension-link": "^3.0.9",