Socket
Book a DemoInstallSign in
Socket

remark-lint-no-paragraph-content-indent

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-paragraph-content-indent

remark-lint rule to warn when the content in paragraphs are indented

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
45K
-30.51%
Maintainers
1
Weekly downloads
 
Created
Source

remark-lint-no-paragraph-content-indent

Warn when warn when the content in paragraphs are indented.

Install

npm install --save remark-lint-no-paragraph-content-indent

Example

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

Alpha

Bravo
Charlie.
**Delta**.

*   Echo
    Foxtrot.

> Golf
> Hotel.

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

<!--Note: `·` represents ` `-->

·Alpha

Bravo
·Charlie.
**·Delta**.

*   Echo
    ·Foxtrot.

> Golf
> ·Hotel.
3:1: Expected no indentation in paragraph content
6:1: Expected no indentation in paragraph content
7:3: Expected no indentation in paragraph content
10:5: Expected no indentation in paragraph content
13:3: Expected no indentation in paragraph content

License

MIT © Titus Wormer

Keywords

remark

FAQs

Package last updated on 26 Jul 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