stable
Clone or download
Read-only
request #14765: READMEs written in Markdown/CommonMark can link to files in the repo
It is possible to link to the file with a relative path or an absolute path. Links in image tags are also transformed so you can store an image in your repo and display it in your README. Change-Id: I106ccbcead65ffdff49e63b76813647f6ca4ab8f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/CommonMarkExtension/BlobPointedByURL.php | +64 | −0 | Go to diff View file |
A | plugins/git/include/CommonMarkExtension/LinkToGitFileBlobFinder.php | +64 | −0 | Go to diff View file |
A | plugins/git/include/CommonMarkExtension/LinkToGitFileExtension.php | +48 | −0 | Go to diff View file |
A | plugins/git/include/CommonMarkExtension/LinkToGitFileProcessor.php | +68 | −0 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Tree.php | +6 | −1 | Go to diff View file |
A | plugins/git/phpunit/CommonMarkExtension/LinkToGitFileBlobFinderTest.php | +102 | −0 | Go to diff View file |
A | plugins/git/phpunit/CommonMarkExtension/LinkToGitFileExtensionTest.php | +88 | −0 | Go to diff View file |
M | src/common/Markdown/CommonMarkInterpreter.php | +8 | −2 | Go to diff View file |