
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
remark-lint-no-paragraph-content-indent
Advanced tools
remark-lint rule to warn when the content in paragraphs are indented
Warn when the content in paragraphs is indented.
This rule is not included in any default preset
ok.md
Alpha
Bravo
Charlie.
**Delta**.
* Echo
Foxtrot.
> Golf
> Hotel.
`india()`
juliett.
- `kilo()`
lima.
- `mike()` - november.
![image]() text
![image reference][] text
[![][text]][text]
No messages.
not-ok.md
Note: ·
represents a space.
·Alpha
Bravo
·Charlie.
**·Delta**.
* Echo
·Foxtrot.
> Golf
> ·Hotel.
`india()`
·juliett.
- `kilo()`
·lima.
![ image]() text
![ image reference][] text
[![ ][text]][text]
1:1: Expected no indentation in paragraph content
4:1: Expected no indentation in paragraph content
5:3: Expected no indentation in paragraph content
8:5: Expected no indentation in paragraph content
11:3: Expected no indentation in paragraph content
14:1: Expected no indentation in paragraph content
17:5: Expected no indentation in paragraph content
19:1: Expected no indentation in paragraph content
21:1: Expected no indentation in paragraph content
23:2: Expected no indentation in paragraph content
npm:
npm install remark-lint-no-paragraph-content-indent
You probably want to use it on the CLI through a config file:
…
"remarkConfig": {
"plugins": [
…
"lint",
+ "lint-no-paragraph-content-indent",
…
]
}
…
Or use it on the CLI directly
remark -u lint -u lint-no-paragraph-content-indent readme.md
Or use this on the API:
var remark = require('remark')
var report = require('vfile-reporter')
remark()
.use(require('remark-lint'))
+ .use(require('remark-lint-no-paragraph-content-indent'))
.process('_Emphasis_ and **importance**', function (err, file) {
console.error(report(err || file))
})
See contributing.md
in remarkjs/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
remark-lint rule to warn when the content in paragraphs are indented
The npm package remark-lint-no-paragraph-content-indent receives a total of 36,702 weekly downloads. As such, remark-lint-no-paragraph-content-indent popularity was classified as popular.
We found that remark-lint-no-paragraph-content-indent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.