telegramify-markdown
Advanced tools
Comparing version 1.0.4 to 1.0.5
const gfm = require('remark-gfm'); | ||
const parse = require('remark-parse'); | ||
const stringify = require('remark-stringify'); | ||
const removeComments = require('remark-remove-comments'); | ||
const unified = require('unified'); | ||
@@ -17,2 +18,3 @@ | ||
.use(gfm) | ||
.use(removeComments) | ||
.use(collectDefinitions, definitions) | ||
@@ -19,0 +21,0 @@ .use(removeDefinitions) |
{ | ||
"name": "telegramify-markdown", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Convert markdown into Telegram-specific markdown", | ||
@@ -42,2 +42,3 @@ "main": "index.js", | ||
"remark-parse": "^9.0.0", | ||
"remark-remove-comments": "^0.2.0", | ||
"remark-stringify": "^9.0.1", | ||
@@ -44,0 +45,0 @@ "unified": "^9.0.0", |
# Telegramify-Markdown | ||
[![CircleCI](https://circleci.com/gh/skoropadas/telegramify-markdown.svg?style=svg)](https://circleci.com/gh/skoropadas/telegramify-markdown) | ||
[![Build](https://img.shields.io/github/actions/workflow/status/skoropadas/telegramify-markdown/release.yml?branch=master)](https://github.com/skoropadas/telegramify-markdown/actions) | ||
[![codecov](https://codecov.io/gh/skoropadas/telegramify-markdown/branch/master/graph/badge.svg?token=LxCmgGNUHl)](https://codecov.io/gh/skoropadas/telegramify-markdown) | ||
@@ -5,0 +5,0 @@ ![License](https://img.shields.io/github/license/skoropadas/telegramify-markdown) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10820
212
0
9
+ Addedhtml-comment-regex@1.1.2(transitive)
+ Addedremark-remove-comments@0.2.0(transitive)