Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-typegen-remark-expo-autolink

Adds Github-style links to MarkdownRemark headers and list items.

Install

npm install --save gatsby-typegen-remark-expo-autolink

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-typegen-remark`,
    options: {
      plugins: [
        `gatsby-typegen-remark-expo-autolink`,
      ]
    }
  }
]
© 2023 Gatsby, Inc.