gatsby-typegen-remark-expo-autolink
v1.2.0
Published
Gatsby plugin for Remark to autolink headers and list items, for Expo docs
Downloads
4
Readme
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`,
]
}
}
]