html-parse-stringify2 icon indicating copy to clipboard operation
html-parse-stringify2 copied to clipboard

fix: multi close tag will make level < -1

Open divme opened this issue 3 years ago • 0 comments

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;

divme avatar Jan 20 '22 02:01 divme