@expressive-code/plugin-text-markers
Advanced tools
Comparing version 0.35.1 to 0.35.2
@@ -391,3 +391,3 @@ var __create = Object.create; | ||
addClassName(node, "tm-label"); | ||
setInlineStyle(node, "--tmLabel", `'${this.label.replace(/'/g, "\\'")}'`); | ||
setInlineStyle(node, "--tmLabel", this.label, "string"); | ||
} | ||
@@ -394,0 +394,0 @@ } |
{ | ||
"name": "@expressive-code/plugin-text-markers", | ||
"version": "0.35.1", | ||
"version": "0.35.2", | ||
"description": "Text marker plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.", | ||
@@ -25,6 +25,6 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.35.1" | ||
"@expressive-code/core": "^0.35.2" | ||
}, | ||
"devDependencies": { | ||
"@expressive-code/plugin-shiki": "^0.35.1", | ||
"@expressive-code/plugin-shiki": "^0.35.2", | ||
"parse-numeric-range": "^1.3.0", | ||
@@ -31,0 +31,0 @@ "@internal/test-utils": "^0.2.28" |
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
82561