Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-remark-blog-card

Gatsby plugin to embed external links beautifully in markdown.

npm (scoped) npm

Usage

Install the plugin:

npm install gatsby-remark-blog-card

or

yarn add gatsby-remark-blog-card

Add it to your gatsby-config.js:

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: "gatsby-transformer-remark",
      options: {
        plugins: [
        {
          resolve: "gatsby-remark-blog-card",
        }
      },
    },
  ],
};
© 2023 Gatsby, Inc.