1.0.0 • Published 7 years ago

gatsby-typegen-remark-exponent-autolink v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

gatsby-typegen-remark-exponent-autolink

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

Install

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

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-typegen-remark`,
    options: {
      plugins: [
        `gatsby-typegen-remark-exponent-autolink`,
      ]
    }
  }
]