New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-lint-maximum-heading-length

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-maximum-heading-length

remark-lint rule to warn when headings are too long

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
68K
decreased by-11.85%
Maintainers
1
Weekly downloads
 
Created
Source

remark-lint-maximum-heading-length

Warn when headings are too long.

Options: number, default: 60.

Ignores markdown syntax, only checks the plain text content.

Install

npm install --save remark-lint-maximum-heading-length

Example

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

# Alpha bravo charlie delta echo foxtrot golf hotel
1:1-1:52: Use headings shorter than `40`

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

# Alpha bravo charlie delta echo foxtrot golf hotel

# ![Alpha bravo charlie delta echo foxtrot golf hotel](http://example.com/nato.png)

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