Open DanielMazurkiewicz opened 8 years ago
Example: <memo if="i>1">...</memo>
<memo if="i>1">...</memo>
for anyone interested - to solve this problem I switched to https://github.com/fb55/htmlparser2 which doesn't have this issue and follows almost the same interface.
Example:
<memo if="i>1">...</memo>