Mister-Hope

Results 383 comments of Mister-Hope

The missing line in https://github.com/vuepress/vuepress-next/pull/277/commits/f043211d2cea84c83396cf1f91c1123fa4b7d22a should solve both 3 and 4 @Zhengqbbb Thanks for point out the bug.

> I also think this is the right design, whatever this is a sitemap plugin. But robot.txt is spider friendly for sites that don't submit sitemaps. For documentation, it would...

> > And for 1, you should set priority in `frontmatter.sitemap.priority` and it's injected in the speard operator I think. > > Is this option problematic to you? > >...

@meteorlxy Could you have another check?

@meteorlxy 👀大哥有空审一下吧,不要摸鱼了🤣 (For the rest, free to ignore this, I can't catch up a translation in English for 摸鱼)

Expected. See https://v2.vuepress.vuejs.org/guide/assets.html#relative-urls

V1 also DO NOT support it. https://v1.vuepress.vuejs.org/guide/assets.html#relative-urls So is VitePress https://vitepress.vuejs.org/guide/asset-handling.html#asset-handling

I think it does be better to make: - `![img](foo/bar.png)` be `./foo/bar.png` - `` be `bar.png` in package `foo` Just like the absolute markdown link. --- Markdown syntax can be...

Or in another word, I think it's do strange for people to use markdown syntax `![img](foo/bar.png)` to refrence an alia. Writing `` to do that fits people's intuition better. Just...