Gathering detailed insights and metrics for turndown-plugin-gfm
Gathering detailed insights and metrics for turndown-plugin-gfm
Gathering detailed insights and metrics for turndown-plugin-gfm
Gathering detailed insights and metrics for turndown-plugin-gfm
:octocat: Turndown plugin to add GitHub Flavored Markdown extensions Turndown plugin to add GitHub Flavored Markdown extensions
npm install turndown-plugin-gfm
99.9
Supply Chain
83.6
Quality
75.3
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
93 Stars
27 Commits
33 Forks
10 Watching
6 Branches
2 Contributors
Updated on 19 Nov 2024
Minified
Minified + Gzipped
HTML (59.36%)
JavaScript (40.64%)
Cumulative downloads
Total Downloads
Last day
7%
62,020
Compared to previous day
Last week
26.2%
346,822
Compared to previous week
Last month
27.8%
1,165,324
Compared to previous month
Last year
208.9%
6,896,907
Compared to previous year
5
A Turndown plugin which adds GitHub Flavored Markdown extensions.
npm:
npm install turndown-plugin-gfm
Browser:
1<script src="https://unpkg.com/turndown/dist/turndown.js"></script> 2<script src="https://unpkg.com/turndown-plugin-gfm/dist/turndown-plugin-gfm.js"></script>
1// For Node.js 2var TurndownService = require('turndown') 3var turndownPluginGfm = require('turndown-plugin-gfm') 4 5var gfm = turndownPluginGfm.gfm 6var turndownService = new TurndownService() 7turndownService.use(gfm) 8var markdown = turndownService.turndown('<strike>Hello world!</strike>')
turndown-plugin-gfm is a suite of plugins which can be applied individually. The available plugins are as follows:
strikethrough
(for converting <strike>
, <s>
, and <del>
elements)tables
taskListItems
gfm
(which applies all of the above)So for example, if you only wish to convert tables:
1var tables = require('turndown-plugin-gfm').tables 2var turndownService = new TurndownService() 3turndownService.use(tables)
turndown-plugin-gfm is copyright © 2017+ Dom Christie and released under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/24 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
security policy file not detected
Details
Reason
project is not fuzzed
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
42 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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