Community Plugin
View plugin on GitHubgatsby-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`,
]
}
}
]