3.0.0 • Published 9 years ago

html-validate-unbalanced v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago