telegramify-markdown
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -23,3 +23,4 @@ const gfm = require('remark-gfm'); | ||
.processSync(markdown) | ||
.toString(); | ||
.toString() | ||
.replaceAll(/<!---->\n/g, ''); | ||
}; |
{ | ||
"name": "telegramify-markdown", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Convert markdown into Telegram-specific markdown", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
], | ||
"author": "Skoropad Aleksandr <skoropadas@yandex.ru>", | ||
"author": "Skoropad Aleksandr <alex@skoropad.dev>", | ||
"license": "MIT", | ||
@@ -34,0 +34,0 @@ "bugs": { |
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
10918
215