Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anakornk/gatsby-remark-hard-breaks

A Gatsby Remark plugin to add break support without needing spaces for Gatsby 4
https://github.com/anakornk/gatsby-remark-hard-breaks

breaks gatsby gatsby-remark-plugin linebreaks remark

Last synced: about 2 months ago
JSON representation

A Gatsby Remark plugin to add break support without needing spaces for Gatsby 4

Awesome Lists containing this project

README

        

# gatsby-remark-hard-breaks

A Gatsby Remark plugin to add break support without needing spaces for Gatsby 4

## Installation

```bash
yarn add gatsby-remark-hard-breaks
```

## Usage

Add the plugin to your Gatsby config:

```js
// gatsby-config.js
plugins: [
{
resolve: "gatsby-transformer-remark",
options: {
plugins: [
{
resolve: 'gatsby-remark-hard-breaks'
},
]
}
},
],
```