Mister-Hope

Results 383 comments of Mister-Hope

@meteorlxy Here, alogillia search is breaking the style. (not 9.4rem) ![image](https://user-images.githubusercontent.com/33315834/174543223-5e05312b-745f-49a5-b6f9-4bfcf25cf8aa.png) Also there do have some issues even when disabling search. To make "width" working, the span should be inline-block....

https://user-images.githubusercontent.com/33315834/166157094-739026e8-69de-4d04-856d-32fa6fd9e622.mp4 ![image](https://user-images.githubusercontent.com/33315834/166157121-e2cb5c60-f06c-41a7-8874-d5d510afd1ef.png) ![image](https://user-images.githubusercontent.com/33315834/166157125-f38a0307-c900-4e34-9dba-49f53e4cbf64.png) ![image](https://user-images.githubusercontent.com/33315834/166157140-5cc82162-970c-4a29-9852-7468054e51ce.png)

Updated, I am be able to reproduce in latest version. https://stackblitz.com/edit/vuepress-7oyrkr?file=docs%2F.vuepress%2Fconfig.ts I will get this fixed soon

[`vuepress-plugin-md-enhance`](https://vuepress-theme-hope.github.io/v2/md-enhance/) already support this (and also GFM, so I would like your suggestions about converting it to an official plugin)

I think we should add a new 'need review' label to stop issue like these closed by bot @meteorlxy I started to be annoyed about this stale bot

I am focusing this issue these days. Vitepress loads markdown files directly through a converter, and there is no global "Pages" scope (access other page infomation from one page), which...

@lslzl3000 Would you please run another test with your repo after we migrate to ESM?

@meteorlxy I have a deeper dig in to our code, pageData only changes during router navigation, but SSG doesn't need those at all, so maybe it could be possible for...

I do not have any apple pcs, so it’s hard for me to debug safari, any suggestions How to fix this? at least chrome is working

Addtional: CI failed because of coverage, but since this plugin is deeply coupled with vuepress plugin api, it's hard to add some tests.