We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d96979 commit 4230159Copy full SHA for 4230159
src/commands/common.ts
@@ -25,7 +25,7 @@ export async function prepare() {
25
}
26
27
const htmlContent = fse.readFileSync(HTML_FILE, 'utf-8')
28
- const $ = cheerioLoad(htmlContent, { decodeEntities: false })
+ const $ = cheerioLoad(htmlContent, {})
29
return $
30
31
0 commit comments