0.1.5 • Published 11 years ago

identify v0.1.5

Weekly downloads
61
License
-
Repository
github
Last release
11 years ago

identify.js

Generate id attributes for HTML block elements.

Usage

var identify = require('identify');

var html = "<h1>The Wizard of Oz</h1><p>The morning after the balloon</p>";
console.log(identify(html);
// <h1 id="the-wizard-of-oz">The Wizard of Oz</h1><p id="the-morning-after">The morning after the balloon</p>

Install

npm install identify

Author

Copyright 2012 Tom Vincent http://tlvince.com/contact

License

Released under the MIT License.

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago