1.0.4 • Published 5 years ago

line-break-paragraph v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

Lines Break Paragraph

A JavaScript module that converts paragraph to new lines based on fullstops.

Install

npm install line-break-paragraph --save-dev

Use

var LineBreakParagraph = require('line-break-paragraph');
var content = 'Lorem ipsum Testing content. Lorem ipsum Testing more content';

LineBreakParagraph(content);

Release History

  • 1.0.0: Initial release.

Contributing

  1. Fork it
  2. Run npm install
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am "Add some feature")
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request## License MIT © Kshitij Singh
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago