Divyansh Singh

Results 521 comments of Divyansh Singh

@VoVAllen I don't think highlighting and all needs to be done in the code group component. I was thinking of just having a wrapper component (with some md sugar) that...

@VoVAllen Yeah, that's similar to what others wrote. This is the intended syntax BTW: ````md :::code-group ```js [JavaScript] some js stuff ``` ```ts [TypeScript] some ts stuff ``` ::: ````...

Can you guys review #1560 and see if there are any issues (especially with UI)? Here is the deploy preview: https://deploy-preview-1560--vitepress-docs.netlify.app/test

> Does this mean crawlers would see the right tags but developers would not? @treystout The tags will be there in the generated HTML (yeah, crawlers would see the right...

> The only thing I can think of that would make it more expressive for end-users is ensuring getHead has sufficient context. It still has sufficient context, you can access...

> How do you feel about this PR? Should I rebase it or you are not sure about it? @georges-gomes It will need rebase, but not right now. Let's merge...

Same with Yarn PnP: ```txt ➜ yarn ➤ YN0000: ┌ Resolution step ➤ YN0002: │ @docsearch/js@npm:3.0.0-alpha.42 doesn't provide @types/react (pa5c26), requested by @docsearch/react ➤ YN0002: │ @docsearch/js@npm:3.0.0-alpha.42 doesn't provide react...

@He110te4m It won't work. That needs to be there in `@docsearch/react`'s package.json.

Sorry, but this fix should not be required at our end. According to HTML5 spec, a button cannot be nested inside an anchor tag. DocSearch is creating invalid HTML. I'll...

Run it like this: ```sh vitepress serve docs --port 8080 ``` We currently don't attempt serving on next available port because many people are using `vitepress serve` to host their...