1.7.0 • Published 7 years ago

gatsby-remark-annotate-codeblock v1.7.0

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

gatsby-typegen-remark-expo-embed

Makes it easy to link to Sketch embeds using image syntax: ![sketch](H1f3LPkhg)

Install

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

How to use

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