Farmaan Elahi

Results 3 comments of Farmaan Elahi

Screenshot for the parsed html ![image](https://user-images.githubusercontent.com/48007821/58352358-ee4a2780-7e88-11e9-96c9-f429b814c3dd.png)

Fixed it by passing the html as `Buffer` with `utf-8` instead of `string` as mentioned in the README

Passing html string to the parser as per the documentation causes incorrect parsing.Some text are not properly decoded.Using `Buffer` with `utf-8` encoding fixes the issue