GitHub MD 支持相对链接,例如从我的README.mdI 目录中可以链接到代码Code:
To download these scripts, [click here](Code/myscript.sh), then right-click the **Raw** button and download it
Run Code Online (Sandbox Code Playgroud)
如何使用相对链接Code/myscript.sh(而不是绝对链接https://raw.githubusercontent.com/myrepo/toplevel/subdir/subsubdir/myscript.sh)直接链接到原始内容?
github ×1