Divyansh Singh

Results 369 comments of Divyansh Singh

@joel666 Yeah, you can use transformPageData or transformHead functions to add those entries on page by page basis.

```ts // .vitepress/config.ts export default { markdown: { anchor: { permalink: undefined } } } ``` ID generation will still be there so the outline, router stuff won't break.

> If anyone is trying to fix this, here is the cause: https://github.com/vuejs/vitepress/blob/baf8083e668ce50a9d26d9398609e196237ebc95/src/node/build/bundle.ts. Currently we assume build output to be of type `RollupOutput` always, but in case we add legacy...

Let's fix the main issue at #800 (content inside home layout). Also, IG there are other components (like VPFeatures) too exported now. And, regarding the avatar thing, I don't see...

> Do you know why it doesn't show code block background color? You probably have "background graphics" disabled in print settings: ![image](https://user-images.githubusercontent.com/40380293/210081288-81fb8a1c-095d-4c30-8766-ba1444869463.png)

Please update docs/lunaria.config.json too.

Hi, the ids of heading should be synced to the English version. Refer Chinese counterparts for example.

Thanks. I'll review this in few days.

I'm not much familiar with Rust 😅 Gave it a try, but looks like somehow fallbacks would also need to be generated in `UnresolvedColor > to_css` ? Someone from the...

Another issue here is why `TypeScriptLoader` is being init in first place when loading the config does not require it. Most of us are using JS/JSON/YAML based configs. It would...