0.2.1 • Published 3 years ago

remark-nbsp v0.2.1

Weekly downloads
15
License
MIT
Repository
-
Last release
3 years ago

remark-nbsp

No Break SPace Non-Breaking SPace Now Balanced Standing Paragraph Node-Based Space Placement

Install

npm install remark-nbsp

Use

MDX support (including Gatsby)

https://mdxjs.com/advanced/plugins

If you’re using MDX or Gatsby, you don’t need a Gatsby-specific plugin. For example:

{
  resolve: `gatsby-plugin-mdx`,
  options: {
    remarkPlugins: [
      // To pass options, use a 2-element array with the
      // configuration in an object in the second element
      [require("remark-nbsp"), {}]
    ]
  }
}

https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/#remark-plugins

License

The MIT License (MIT)

Copyright © 2021 Kenneth Ormandy Inc.