토론 » Greasy Fork镜像 피드백

Markdown sync error

§
게시: 2024-10-26
수정: 2024-10-26

Why is the content of the md file in github <a href="#">Top↑</a>
and the synchronized content is <a href="https://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/chatgpt-code-styling/README.md#">Top↑</a>
There was no problem synchronizing before, but this problem occurred recently. My synchronization address ishttps://raw.githubusercontent.com/ChinaGodMan/UserScripts/main/chatgpt-code-styling/README.md

JasonBarnabe관리자
§
게시: 2024-10-26

There was a recent change to make relative links relative to the origin of the file rather than leave them as relative (and so referring to a page on Greasy Fork镜像). This was to fix cases where people where linking to ../whatever that exists on the origin server but obviously not on Greasy Fork镜像.

I suppose adjusting again so that anchor-only links (#whatever) don't do that, but do those links even work after syncing with Greasy Fork镜像?

§
게시: 2024-10-26
수정: 2024-10-26

There was a recent change to make relative links relative to the origin of the file rather than leave them as relative (and so referring to a page on Greasy Fork镜像). This was to fix cases where people where linking to ../whatever that exists on the origin server but obviously not on Greasy Fork镜像.

I suppose adjusting again so that anchor-only links (#whatever) don't do that, but do those links even work after syncing with Greasy Fork镜像?

Oh, that’s it, I haven’t tried links like ../whatever, I always write the complete address, except this #top returns to the top of the greasyfork website

JasonBarnabe관리자
§
게시: 2024-10-27

I've adjusted it to not affect links that start with #. You may need to do an update to see the updated values.

답글 게시

답글을 게시하려면 로그인하세요.

长期地址
遇到问题?请前往 GitHub 提 Issues。