html-validate-unbalanced

3.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i html-validate-unbalanced

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • juliangruber