Skip to content

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

Notifications You must be signed in to change notification settings

anakornk/gatsby-remark-hard-breaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
                },
            ]
        }
    },
],

About

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

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published