bevacqua / beautify-text

:black_nib: Automated typographic quotation and punctuation marks

Home Page:https://ponyfoo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beautify-text Build Status

Automated typographic quotation and punctuation marks

install

$ npm install --save beautify-text

features

Prettifies several typographic marks, some cases are outlined below.

  • Single and double quotes
  • Apostrophes
  • Marks like (tm), (c), (r) and (p) into , ©, ® and §
  • Long dashes, like --- into
  • .., ..., etc into (but ?.., !.. aren't transformed)
  • +- into ±

beautifyText(text)

beautifyText('a --- "b (tm) c" -- d');
// -> 'a — “b ™ c” – d'

license

MIT © Nicolas Bevacqua

About

:black_nib: Automated typographic quotation and punctuation marks

https://ponyfoo.com

License:MIT License


Languages

Language:JavaScript 100.0%