netizenorg / netitor

a pedagogical web based code editor for creative netizens in training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Linter

nbriz opened this issue · comments

in previous iteration of my WWWEditor i had created my own html-friendly-linter...but after extensive use in class the bugs became overwhelming (O__O)...writing linters is hard.

i've been looking into htmllint but am having this issue :( ...in the meantime i'm looking into their source code to see if i can reproduce the logic, seems they're making extensive use of htmlparser2 maybe we could too?