Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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
© 2023 Gatsby, Inc.