Percy Ma

Results 75 comments of Percy Ma

> It looks good in my environment. Do you have any proxy that alters the certificate? I don't think so, but I did try to turn off all the proxies,...

I am using this extension locally, and I have checked the local time, and everything looks fine, but something is just wrong with the extension. I also feel very strange....

Maybe it could be simpler? ~~~markdown :::code group ```ts const a: number = 1 ``` ```js const a = 1 ``` ::: ~~~

We can custom group title in code block ~~~markdown ```ts [TypeScript] const a: number = 1 ``` ~~~ Minimizing layers (especially this kind without indentation) is useful to keep the...

Off-topic: this behavior is consistent with that on GitHub. On GitHub you can also embed markdown in html with line breaks.

If it is only displayed on the large screen, is it possible to put it together with the TOC as a resident toolbar? Since it is now a three column...

When people use `/docs` as a base it usually means they can't or don't want to make changes to the content in `/`. For example, they are using GitHub Pages....

It did not meet expectations and I didn't make changes to this. Is it working properly in print preview? What browser are you using again? I use Chrome, and this...

```ts root: string = process.cwd(), ``` https://github.com/vuejs/vitepress/blob/baf8083e668ce50a9d26d9398609e196237ebc95/src/node/config.ts#L110-L119

When you specify `root` in cli, then it is of course the highest priority.