aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-15Remove dependency on string.h, make string case insensitive equals publicdec05eba
2021-07-19Fix script tag not getting closed until the enddec05eba
2021-07-02Update docsdec05eba
2021-07-02Return non-0 value from callback to cancel parsing (and return the value in h...dec05eba
2021-07-02add extern C for c++ for headerdec05eba
2021-04-28Simplify api, use const char* for input stringdec05eba
2020-10-19Revert tag name to previous after void tag end (such as <br>)dec05eba
2020-06-06Convert uppercase to lowercase for tag and attribute name, fix missing is_ide...dec05eba
2020-05-14Use text_stripped for javascript as welldec05eba
2020-01-04Call parse callback even for empty text/javascript. Makes tools like xpath ea...DEC05EBA
2020-01-01Do not skip whitespaces in text in pre tagsDEC05EBA
2020-01-01Ignore comments, ignore end tags without a start tag.DEC05EBA
2019-12-31Change name of StringView to prevent name conflicts with other projectsDEC05EBA
2019-12-31Initial commit, copied from wwwhtml-parser. Works. Need to add unescape of ht...DEC05EBA