
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
gatsby-remark-gitlab
Advanced tools
remark plugin to autolink references like in GitLab issues, MRs, and comments
This is a plugin for gatsby-transformer-remark
, which is in turn a plugin for GatsbyJS.
This plugin is a simple wrapper around the remark-gitlab
, which replace links to GitLab files in Markdown files with the actual content of those files, wrapped in Markdown code blocks that can optionally be further processed by a syntax highlighter (e.g. gatsby-remark-prismjs
).
# npm:
npm install gatsby-remark-gitlab
# or yarn:
yarn add gatsby-remark-gitlab
If you haven't already installed gatsby-transformer-remark
, you should install it.
If you want to have syntax highlighting by PrismJS, install gatsby-remark-prismjs
as well.
Then in your gatsby-config.js
, add this plugin to the list of plugins for gatsby-transformer-remark
, preferably as the first one but definitely before gatsby-remark-prismjs
:
module.exports = {
// other configs ...
plugins: [
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
{
resolve: 'gatsby-remark-gitlab',
options: {
repository: 'user/project',
mentionStrong: true,
}
},
// ... other plugins ...
'gatsby-remark-prismjs',
]
}
}
]
}
For sample input and output, please refer to the usage section of remark-gitlab
.
gatsby-remark-gitlab is released under the MIT License. See the bundled LICENSE file for details.
FAQs
remark plugin to autolink references like in GitLab issues, MRs, and comments
We found that gatsby-remark-gitlab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.