unclosed-tag-finder
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "unclosed-tag-finder", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A library to find unclosed html5 tags, that are normally optional.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,6 +21,6 @@ # Unclosed Tag Finder | ||
## Install (in general) | ||
## Installation | ||
``` | ||
user$ npm install unclosed-tag-finder | ||
user$ npm install unclosed-tag-finder -g | ||
``` | ||
@@ -30,8 +30,4 @@ | ||
``` | ||
user$ npm install unclosed-tag-finder -g | ||
``` | ||
### Create a valid html5 file (but with some unclosed tags) | ||
Create a W3C valid html5 file (but with some unclosed tags): | ||
``` | ||
@@ -57,3 +53,3 @@ user$ vi w3cValid.html | ||
Install a W3C checker and check the file. You will see that the w3c checker above will accept the unclosed tags: | ||
### Check the html5 file with a w3c checker of your choice | ||
@@ -66,8 +62,5 @@ ``` | ||
The page is valid. Now use the unclosed-tag-finder to find unclosed html5 tags: | ||
The page is valid. | ||
``` | ||
user$ npm install unclosed-tag-finder | ||
user$ vi listUnclosedTags.js | ||
``` | ||
### Find unclosed tags within this valid html5 file | ||
@@ -74,0 +67,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9407
138