Gathering detailed insights and metrics for remark-preset-github
Gathering detailed insights and metrics for remark-preset-github
Gathering detailed insights and metrics for remark-preset-github
Gathering detailed insights and metrics for remark-preset-github
npm install remark-preset-github
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (94.63%)
Shell (5.37%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
67 Commits
3 Forks
2 Watchers
1 Branches
6 Contributors
Updated on Jun 01, 2022
Latest Version
4.0.4
Package Id
remark-preset-github@4.0.4
Unpacked Size
9.66 kB
Size
3.24 kB
File Count
4
NPM Version
8.11.0
Node Version
16.15.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
48
GitHub markdown and prose style.
Learn more about presets in unified's docs.
NOTE: Feel free to open an issue if something isn't working right.
npm:
1npm install remark-cli remark-preset-github --save
Now add the following to your package.json
:
1 "scripts": { 2 "build-md": "remark ." 3 "test": "npm run build-md && ..." 4 }, 5 "remarkConfig": { 6 "plugins": [ 7 "preset-github" 8 ] 9 },
From now on, npm test
also checks markdown.
1npm test
remark-preset-lint-recommended
,
and adds a strict code-style (see index.js
)*
),
and fenced code blocks (note: set output: true
in your config to
benefit from this)Table of Contents
headers are kept up to date, with a depth of 3
(if output: true
)output: true
)See retext-preset-github
for more info.
“”
> ""
)Name | website |
---|---|
Nick Baugh | https://niftylettuce.com |
MIT © Titus Wormer
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More