Skip to content
forked from hipchat/linkify

Linkification libraries for various languages

License

Notifications You must be signed in to change notification settings

CliftonH/linkify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Linkify

To make use of the library, get the source code from the git repository here: http://github.com/hipchat/linkify/archives/master or check out the repository using:

%> git clone git@github.com:hipchat/linkify.git

Take the code approrpriate to the language you're coding in as described below.

JavaScript

Copy the linkify.js file to your own repository/web server. Include linkify.js on your page. The linkification function can be accessed throught he global linkify object:

<script>
  var linkified_text = linkify.linkify(unlinkified_text, ...);
</script>

About

Linkification libraries for various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%