@xiee/utils
Advanced tools
Comparing version 1.3.11 to 1.3.12
{ | ||
"name": "@xiee/utils", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "Miscellaneous tools and utilities to manipulate HTML pages", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -59,2 +59,8 @@ This repo contains miscellaneous tools and utilities written in JavaScript. They | ||
## fullwidth.js | ||
Find `<pre>` and `<table>` elements and add the `fullwidth` class to them if | ||
they are too wide, so they can be styled differently (e.g., [full | ||
bleed](https://css-tricks.com/full-bleed/)). | ||
## hash-notes.js | ||
@@ -97,2 +103,6 @@ | ||
## number-sections.js | ||
Find all section headings (`h1` - `h6`) and number them. | ||
## render-katex.js | ||
@@ -107,1 +117,10 @@ | ||
the em-dash. | ||
## toc.js | ||
Automatically build a table of contents (TOC) from all section headings. | ||
## toc-highlight.js | ||
Add a class `active` to the TOC item (`<a>`) corresponding to the section | ||
heading that is currently being scrolled into view. |
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
52625
67
820
124