Merge pull request #244 from puzrin/patch-1

Added linkify-it (links recogniser)
This commit is contained in:
Sindre Sorhus
2015-02-24 14:53:56 +07:00

View File

@@ -323,6 +323,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [babelfish](https://github.com/nodeca/babelfish/) - i18n with very easy syntax for plurals. - [babelfish](https://github.com/nodeca/babelfish/) - i18n with very easy syntax for plurals.
- [string-length](https://github.com/sindresorhus/string-length) - Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes. - [string-length](https://github.com/sindresorhus/string-length) - Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes.
- [speakingurl](https://github.com/pid/speakingurl) - Generate a slug from a string with transliteration. - [speakingurl](https://github.com/pid/speakingurl) - Generate a slug from a string with transliteration.
- [linkify-it](https://github.com/markdown-it/linkify-it) - Link patterns detector with full unicode support.
### Math ### Math