@wavepoint/gatsby-remark-directives
v1.0.1
Published
Adds commonmark directives support to markdown files
Downloads
46
Readme
gatsby-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