telegramify-markdown
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -57,4 +57,7 @@ const defaultHandlers = require('mdast-util-to-markdown/lib/handle'); | ||
listItem: (...args) => escapeSymbols(defaultHandlers.listItem(...args).replace(/^\*/, '•')), | ||
list: (...args) => defaultHandlers.list(...args).replace(/^(\d+)./gm, '$1\\.') | ||
, | ||
listItem: (...args) => defaultHandlers.listItem(...args).replace(/^\*/, '•'), | ||
code(node, _parent, context) { | ||
@@ -61,0 +64,0 @@ const exit = context.enter('code'); |
{ | ||
"name": "telegramify-markdown", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Convert markdown into Telegram-specific markdown", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10889
214