@xiee/utils
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@xiee/utils", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Miscellaneous tools and utilities to manipulate HTML pages", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -61,2 +61,9 @@ This repo contains miscellaneous tools and utilities written in JavaScript. They | ||
## hash-notes.js | ||
Convert HTML comments of the form `<!--# comments -->` to | ||
`<span class="hash-note">comments</span>`. If such comments are found, the | ||
document body will gain classes `has-notes` and `hide-notes`. You can use CSS to | ||
style the notes or hide/show them as you wish. | ||
## header-link.js | ||
@@ -63,0 +70,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
13967
17
281
89