Community Plugin
View plugin on GitHubgatsby-remark-directives
Processs markdown files and adds commonmark styled directives
Install
npm install gatsby-remark-directives
How to setup
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
'gatsby-remark-directives'
]
}
}
How to use
To be used with gatsby-remark-component. Thus look into that plugin.
Supported versions
ASCII | |
---|---|
Gatsby 5 | Unknown |
Gatsby 4 | Supported |
Gatsby 3 | Unknown |