Socket
Socket
Sign inDemoInstall

remark-lint-no-inline-padding

Package Overview
Dependencies
9
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

index.js

@@ -7,6 +7,6 @@ /**

* @fileoverview
* Warn when inline nodes are padded with spaces between their markers and
* Warn when phrasing content is padded with spaces between their markers and
* content.
*
* Warns for emphasis, strong, delete, images, and links.
* Warns for emphasis, strong, delete, image, and link.
*

@@ -13,0 +13,0 @@ * @example {"name": "valid.md"}

{
"name": "remark-lint-no-inline-padding",
"version": "1.0.3",
"version": "1.0.4",
"description": "remark-lint rule to warn when inline nodes are padded with spaces",

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

@@ -5,6 +5,14 @@ <!--This file is generated-->

Warn when inline nodes are padded with spaces between their markers and
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
[![Chat][chat-badge]][chat]
Warn when phrasing content is padded with spaces between their markers and
content.
Warns for emphasis, strong, delete, images, and links.
Warns for emphasis, strong, delete, image, and link.

@@ -52,2 +60,4 @@ ## Presets

[npm][]:
```sh

@@ -57,3 +67,3 @@ npm install remark-lint-no-inline-padding

## Usage
## Use

@@ -95,4 +105,54 @@ You probably want to use it on the CLI through a config file:

## Contribute
See [`contributing.md`][contributing] in [`remarkjs/.github`][health] for ways
to get started.
See [`support.md`][support] for ways to get help.
This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
abide by its terms.
## License
[MIT](https://github.com/remarkjs/remark-lint/blob/master/license) © [Titus Wormer](https://wooorm.com)
[MIT][license] © [Titus Wormer][author]
[build-badge]: https://img.shields.io/travis/remarkjs/remark-lint/master.svg
[build]: https://travis-ci.org/remarkjs/remark-lint
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-lint.svg
[coverage]: https://codecov.io/github/remarkjs/remark-lint
[downloads-badge]: https://img.shields.io/npm/dm/remark-lint-no-inline-padding.svg
[downloads]: https://www.npmjs.com/package/remark-lint-no-inline-padding
[size-badge]: https://img.shields.io/bundlephobia/minzip/remark-lint-no-inline-padding.svg
[size]: https://bundlephobia.com/result?p=remark-lint-no-inline-padding
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[collective]: https://opencollective.com/unified
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://spectrum.chat/unified/remark
[npm]: https://docs.npmjs.com/cli/install
[health]: https://github.com/remarkjs/.github
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[support]: https://github.com/remarkjs/.github/blob/master/support.md
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[license]: https://github.com/remarkjs/remark-lint/blob/master/license
[author]: https://wooorm.com
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc