htex

simple incorrect html parser
git clone git://git.relim.de/htex.git
Log | Files | Refs | README

commit 6f7277513372cbe6f2979716ddbf8d12c1adef4e
parent ac663c0098d315558a6ff54de0e349e865a89f8f
Author: Robin <kroekerrobin@gmail.com>
Date:   Fri, 18 Aug 2023 16:02:44 +0200

Add little bit documentation

Diffstat:
Mhtex.1 | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/htex.1 b/htex.1 @@ -46,5 +46,4 @@ htex -o attr_value 'a[href]' test.html htex "[=someattrvalue]" test.html .SH NOTES This parser was written partly by reading the html spec at whatwg.org -and partly by just thinking logically and testing. Don't expect too much -but have fun. +and partly by just thinking logically and testing. It is not fully HTML5 compliant.