3.0.0 • Published 11 years ago

html-validate-unbalanced v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

html-validate-unbalanced

Spot unbalanced tag pairs, like

<div><span>foo<span></div>

build status

Stability

This module is undergoing heavy testing and is likely to be broken. Please open issues with the exact html for which it misbehaved.

Example

var validate = require('html-validate-unbalanced');

process.stdin
  .pipe(validate())
  .on('warning', AAAAHA)
  .pipe(process.stdout);

Installation

$ npm install html-validate-unbalanced

License

MIT

3.0.0

11 years ago

2.0.4

11 years ago

2.0.3

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago