在 github 在线目录中显示 license.md,如 README.md
show license.md in github online directory like README.md
我已经为我正在开发的程序取得了许可证。
我的问题是:是否可以将文件(在我的情况下:license.md
)显示为 github 目录中的 readme.md
?
不在 GitHub makrdown 本身(参见 issues 172)
For now, we're not going to allow any includes in any of our markup formats.
There's just too much overhead to making sure that there are no security vulnerabilities in each of the markup formats we support.
对于一般的降价页面,github pages built with Jekyll, or with some kind of preprocessing 是可能的。
但是 GitHub 回购降价文件本身没有包含。
对于您的情况,最好通过确保其内容包含您的 LICENSE.md
(for instance, through a pre-commit hook).
的最新版本来生成您的 README.md
我已经为我正在开发的程序取得了许可证。
我的问题是:是否可以将文件(在我的情况下:license.md
)显示为 github 目录中的 readme.md
?
不在 GitHub makrdown 本身(参见 issues 172)
For now, we're not going to allow any includes in any of our markup formats.
There's just too much overhead to making sure that there are no security vulnerabilities in each of the markup formats we support.
对于一般的降价页面,github pages built with Jekyll, or with some kind of preprocessing 是可能的。
但是 GitHub 回购降价文件本身没有包含。
对于您的情况,最好通过确保其内容包含您的 LICENSE.md
(for instance, through a pre-commit hook).
README.md