slackify-markdown
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "slackify-markdown", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Convert markdown into Slack-specific markdown", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -61,6 +61,2 @@ const { Compiler } = require('remark-stringify'); | ||
slackEscape(value, node, parent) { | ||
if (parent.type === 'link') { | ||
return encodeURI(value); | ||
} | ||
return value | ||
@@ -67,0 +63,0 @@ .replace(/&/g, '&') |
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
15506
416