1.0.4 • Published 6 years ago
line-break-paragraph v1.0.4
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
- Fork it
- Run
npm install
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request## License MIT © Kshitij Singh