tidy-html5

Tidy bad HTML markup

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
tidy-html5
2730.1.19 years ago9 years agoMinified + gzip package size for tidy-html5 in KB

Readme

tidy-html5
Clean and format HTML markup.

Usage

Use require("tidy-html5").tidy_html5(html_string, options).

Exemple

var tidy = require("tidy-html5").tidy_html5

var result = tidy("<h1>I <3 bad markup</h2>", {"indent-spaces": 4});

console.log(result);

List of options

Here is the full list of options.

How it works

This is just tidy-html5 compiled from C to javascript using emscripten.