remark-nbsp

0.2.1 • Public • Published

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.

/remark-nbsp/

    Package Sidebar

    Install

    npm i remark-nbsp

    Weekly Downloads

    9

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    5.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • kennethormandy