
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
gatsby-remark-plugins-adapter
Advanced tools
A simple adapter that allows to use any remark plugin with Gatsby.
A simple adapter that allows to use any remark plugin with Gatsby.
With npm:
npm install gatsby-remark-plugins-adapter unified
With yarn:
yarn add gatsby-remark-plugins-adapter unified
Just add the plugin to the gatsby-transformer-remark plugins list and set its plugins to the remark plugins of your choice.
Example:
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
{
resolve: `gatsby-remark-plugins-adapter`,
options: {
plugins: [
`remark-capitalize`,
{
resolve: `remark-uml`,
options: { format: 'utxt' },
},
],
},
},
],
},
},
The only available option is plugins, which is the array of the
remark plugins to apply to the markdown AST.
It can contain both strings and objects containing a resolve field.
You can use the object notation if you need to specify options for the remark plugin.
If one of the specified modules does not export by default the remark plugin, you can add
to its options an importName field. 99% of the time you won't need to add this option manually.
Any other option specified will be proxied directly to the remark plugin.
FAQs
A simple adapter that allows to use any remark plugin with Gatsby.
The npm package gatsby-remark-plugins-adapter receives a total of 6 weekly downloads. As such, gatsby-remark-plugins-adapter popularity was classified as not popular.
We found that gatsby-remark-plugins-adapter 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.