Gathering detailed insights and metrics for markdown-it-icons
Gathering detailed insights and metrics for markdown-it-icons
Gathering detailed insights and metrics for markdown-it-icons
Gathering detailed insights and metrics for markdown-it-icons
npm install markdown-it-icons
Typescript
Module System
Node Version
NPM Version
76.4
Supply Chain
86.3
Quality
75.6
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
195,079
Last Day
31
Last Week
625
Last Month
2,780
Last Year
25,195
5 Stars
36 Commits
5 Forks
3 Watchers
1 Branches
1 Contributors
Updated on Nov 30, 2018
Minified
Minified + Gzipped
Latest Version
0.4.1
Package Id
markdown-it-icons@0.4.1
Size
80.40 kB
NPM Version
5.6.0
Node Version
9.3.0
Published on
Dec 18, 2017
Cumulative downloads
Total Downloads
Last Day
34.8%
31
Compared to previous day
Last Week
14.7%
625
Compared to previous week
Last Month
61.3%
2,780
Compared to previous month
Last Year
-17.7%
25,195
Compared to previous year
Plugin for markdown-it, supports emoji icons and font-awesome icons.
yarn add markdown-it-icons
1import markdownIt from 'markdown-it' 2import markdownItIcons from 'markdown-it-icons' 3const mdi = markdownIt() 4mdi.use(markdownItIcons, 'emoji') 5mdi.use(markdownItIcons, 'font-awesome') 6mdi.render('I :heart: you') // <p>I <i class="e1a-heart"></i> you</p> 7mdi.render('A :fa-car: runs') // <p>A <i class="fa fa-car"></i> runs</p>
You also need to import the css:
1import 'markdown-it-icons/dist/index.css'
Or you can add the css to the web page directly.
yarn build:watch
yarn test
yarn release && npm publish
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
76 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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 Moremarkdown-it-fontawesome
Markdown-it plugin that adds Font Awesome 5 icons support
markdown-it-status-icons
Plugin for markdown-it markdown parser, adding simple status icons support.
markdown-it-mdi
Markdown-it plugin that adds Material Design icons support
@gerhobbelt/markdown-it-fontawesome
Markdown-it plugin that adds Font Awesome 5 icons support