Gathering detailed insights and metrics for remark-container
Gathering detailed insights and metrics for remark-container
Gathering detailed insights and metrics for remark-container
Gathering detailed insights and metrics for remark-container
remark-directive
remark plugin to support directives
@modern-js/remark-container
为 @modern-js/doc-tools 文档工具定制的 remark 插件,支持在 markdown 中使用自定义的 container:
@rspress/plugin-container-syntax
A remark plugin to support container syntax
remark-flexible-containers
Remark plugin to add custom containers with customizable properties in markdown
npm install remark-container
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Stars
21 Commits
1 Forks
1 Watchers
13 Branches
2 Contributors
Updated on Apr 12, 2025
Latest Version
0.1.2
Package Id
remark-container@0.1.2
Unpacked Size
8.51 kB
Size
3.62 kB
File Count
8
NPM Version
6.11.3
Node Version
10.16.3
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
markdown container like markdown-it-container
1::: tip 2content 3:::
1::: tip title 2content 3 4muliti line 5:::
npm install remark-container
or
yarn remark-container
1const remark = require('remark') 2const html = require('remark-html') 3remark() 4 .use(plugin, opt) 5 .use(html).process(` 6::: tip title 7hello 8::: 9`)
output
1<div class="remark-container tip"> 2 <p class="remark-container-title">TITLE</p> 3 <p>hello</p> 4</div>
div
container, default remark-container
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/14 approved changesets -- score normalized to 0
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
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
59 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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