Zhao.MA

Results 203 comments of Zhao.MA

> > this should be properly dealt with. > > how should this be dealt with? The error message says exactly whats the problem. The REQUIRED dll cant be loaded....

Thank you for the reply. I updated the App, and you can see the code. But stackblitz shows solid-start is producing error with `Promise`: ![image](https://github.com/solidjs/solid/assets/1921878/60ea6f57-1b1e-400e-9dd6-d655fe3e0ffc) For the markdown parser, I...

BTW, the error from the browser console also shows something about `Promise` -- I'm not an expert in this field, but would it be possible that that is the cause?

Even with a md file ```markdown --- title: "Test Blog" date: 2023-04-06T16:54:25+02:00 draft: false --- # Title ``` I can reproduce this error. ![image](https://github.com/solidjs/solid/assets/1921878/92fdba5c-5e2d-4353-b874-238c77d45ef4)

Same! When using `Nuxt Content` I always have issues when using the `remark` system. Sometimes the footnote doesn't work, sometimes the hightlight. After spending days working on it, I decided...

> it is a breaking change, may not be in recent update before a major version release i think? > > can you make it work in the way of...

> it is a breaking change, may not be in recent update before a major version release i think? > > can you make it work in the way of...

> > it is a breaking change, may not be in recent update before a major version release i think? > > can you make it work in the way...

Second this. Really annoying since I extend the `MarkdownParsedContent` to many interface I'm using.