Socket
Socket
Sign inDemoInstall

remark-lint-no-inline-padding

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-inline-padding

remark-lint rule to warn when inline nodes are padded with spaces


Version published
Weekly downloads
93K
decreased by-16.46%
Maintainers
1
Weekly downloads
 
Created
Source

remark-lint-no-inline-padding

Warn when inline nodes are padded with spaces between markers and content.

Warns for emphasis, strong, delete, image, and link.

Install

npm install --save remark-lint-no-inline-padding

Example

When this rule is turned on, the following file valid.md is ok:

Alpha, *bravo*, _charlie_, [delta](http://echo.fox/trot)

When this rule is turned on, the following file invalid.md is not ok:

Alpha, * bravo *, _ charlie _, [ delta ](http://echo.fox/trot)
1:8-1:17: Don’t pad `emphasis` with inner spaces
1:19-1:30: Don’t pad `emphasis` with inner spaces
1:32-1:63: Don’t pad `link` with inner spaces

License

MIT © Titus Wormer

Keywords

FAQs

Package last updated on 23 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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