gatsby-remark-hard-breaks
v1.0.0
Published
A Gatsby Remark plugin to add break support without needing spaces for Gatsby 4.
Downloads
6
Maintainers
Readme
gatsby-remark-hard-breaks
A Gatsby Remark plugin to add break support without needing spaces for Gatsby 4
Installation
yarn add gatsby-remark-hard-breaks
Usage
Add the plugin to your Gatsby config:
// gatsby-config.js
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [
{
resolve: 'gatsby-remark-hard-breaks'
},
]
}
},
],