Socket
Socket
Sign inDemoInstall

remark-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-cli - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "remark-cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "CLI to process markdown with remark using plugins",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,8 +5,8 @@ # remark-cli [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]

* Loads [`remark-` plugins][plugins];
* Searches for [markdown extensions][markdown-extensions];
* Ignores paths found in [`.remarkignore` files][ignore-file];
* Loads configuration from [`.remarkrc`, `.remarkrc.js` files][config-file];
* Loads [`remark-` plugins][plugins]
* Searches for [markdown extensions][markdown-extensions]
* Ignores paths found in [`.remarkignore` files][ignore-file]
* Loads configuration from [`.remarkrc`, `.remarkrc.js` files][config-file]
* Uses configuration from [`remarkConfig` fields in `package.json`
files][config-file].
files][config-file]

@@ -17,3 +17,3 @@ ## Installation

```bash
```sh
npm install remark-cli

@@ -24,8 +24,9 @@ ```

```bash
```sh
# Add a table of contents to `readme.md`
$ remark readme.md --use toc --output
# Lint all markdown files in the current directory
$ remark . --use lint
# Lint markdown files in the current directory
# according to the markdown style guide.
$ remark . --use preset-lint-markdown-style-guide
```

@@ -32,0 +33,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc