editorjs-header
Advanced tools
Comparing version 2.7.2 to 2.7.3
{ | ||
"name": "editorjs-header", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "codex editor", |
@@ -176,3 +176,3 @@ /** | ||
return { | ||
text: toolsContent.innerHTML, | ||
text: toolsContent.innerHTML.replace(/ /g,' '), | ||
level: this.currentLevel.number, | ||
@@ -179,0 +179,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13187