html-parse-stringify2
html-parse-stringify2 copied to clipboard
fix: multi close tag will make level < -1
when html has multi close tags, It will lead to errors; case like:
it just a test
;
error code source: L91: parent = level === -1 ? result : arr[level].children;