braft-convert
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -637,3 +637,3 @@ "use strict"; | ||
node.innerHTML = node.innerHTML.replace(/<\/code><code>/g, '<br/>').replace(/<code>/g, '').replace(/<\/code>/g, ''); | ||
node.innerHTML = node.innerHTML.replace(/<\/code><code(.*?)>/g, '<br/>').replace(/<code(.*?)>/g, '').replace(/<\/code>/g, ''); | ||
@@ -640,0 +640,0 @@ return { |
{ | ||
"name": "braft-convert", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "A convert helper for Braft Editor.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
67605