A JavaScript module that converts paragraph to new lines based on fullstops.
npm install line-break-paragraph --save-dev
var LineBreakParagraph = require('line-break-paragraph');
var content = 'Lorem ipsum Testing content. Lorem ipsum Testing more content';
LineBreakParagraph(content);
- 1.0.0: Initial release.
- 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