Skip to content

Utility for transforming your Markdown files to use typographically correct punctuation

License

Notifications You must be signed in to change notification settings

svenheden/typefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typefixer

Utility for transforming your Markdown files to use typographically correct punctuation. Basically a CLI wrapper around wooorm/retext and wooorm/retext-smartypants.

NPM version

Install

$ npm install -g typefixer

Usage

$ cat foo.md
Lorem "ipsum" dolor 'sit' amet...

$ typefixer foo.md
Lorem “ipsum” dolor ‘sit’ amet…

If you want to save the transformation to a file use the redirection operator (>), e.g.

$ typefixer foo.md > fixed.md

Inspiration

http://smartquotesforsmartpeople.com

License

MIT © Jonathan Svenheden

About

Utility for transforming your Markdown files to use typographically correct punctuation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published