@paperist/remark-latex
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -18,7 +18,4 @@ "use strict"; | ||
} | ||
else if (str.match(/[|]/)) { | ||
return '\\verb+|+'; | ||
} | ||
else { | ||
return `\\verb|${str}|`; | ||
return `\\symbol{\`\\${str}}`; | ||
} | ||
@@ -25,0 +22,0 @@ }); |
@@ -12,7 +12,4 @@ "use strict"; | ||
} | ||
else if (str.match(/[|]/)) { | ||
return '\\verb+|+'; | ||
} | ||
else { | ||
return `\\verb|${str}|`; | ||
return `\\symbol{\`\\${str}}`; | ||
} | ||
@@ -19,0 +16,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "lib/index.js", | ||
@@ -8,0 +8,0 @@ "files": [ |
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
30463
622