Baqer Mamouri
Baqer Mamouri
I am having the exact same issue.
@deadlyicon markdown does support HTML but markdown-js escape HTML tags!
Hi @paulpopus, Sorry for the late reply. I am using `3.0.0-beta.91` version, and now I am getting the following error: ```js ⨯ Error: Functions cannot be passed directly to Client...
Have the same issue: ``` const dom = await JSDOM.fromURL(homepage, {runScripts: 'dangerously'}); console.log(dom.window.jQuery); ``` It returns undefined and this error is shown: ``` Error: Uncaught [ReferenceError: $ is not defined]...