1.0.1 • Published 9 years ago

typographic-single-linefeeds v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

typographic-single-linefeeds

NPM version Build Status Coveralls Status Dependency Status DevDependency Status

Only when you want a new paragraph

Micro module to help eliminate one of the bad typewriter habits.

Install

npm install --save typographic-single-linefeeds

Usage

var singleLinefeeds = require('typographic-single-linefeeds');

singleLinefeeds(`foo\n\nbar`);    // foo\nbar
singleLinefeeds(`foo\n\n\nbar`);  // foo\nbar
singleLinefeeds(`\n\n\nfoo`);     // foo
singleLinefeeds(`foo\n\n\n`);     // foo

License

MIT © Vladimir Starkov