htmltools

Various command line tools to transform HTML documents
git clone git://git.entf.net/htmltools
Log | Files | Refs | README | LICENSE

commit 99f5d22f58d6645f94c00c8386e7b29d5c3530e4
parent 0057ffcf3ed16d802d1a6e2aae7278a362b2bc9c
Author: Lukas Henkel <lh@entf.net>
Date:   Fri, 19 Feb 2021 21:54:08 +0100

No such thing

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ This is a collection of utilities to manipulate HTML documents. - htmlunwrap: removes elements matching a selector from an HTML document and replaces them with their child nodes - htmlselect: prints all elements matching a selector from an HTML document -- htmlindentheadings: indents (shifts) all h1-h7 elements by some level +- htmlindentheadings: indents (shifts) all h1-h6 elements by some level - htmlattr: prints attributes of top level nodes You can find more info on how to use these tools in their