1.0.0 • Published 1 year ago

@wavepoint/gatsby-remark-directives v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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 5Unknown
Gatsby 4Supported
Gatsby 3Unknown