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
markdown-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
Plugin for markdown-it, supports emoji icons and font-awesome icons.
npm install markdown-it-icons
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
5 Stars
36 Commits
5 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Nov 30, 2018
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
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
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
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
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
79 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