Autolinked references and URLs
References to GitHub issues, pull requests, and commits are automatically shortened and converted into links.
Source: Autolinked references and URLs - GitHub Docs.
Usage
You can reference GitHub issues, pull requests, and commits in your content using GitHub short references. This Quarto extension automatically shortens and converts GitHub references into links.
filters:
- github
Some references require to define the default repository via repository-name
YAML key.
repository-name: jlord/sheetsee.js
Issues and pull requests
Reference type | Raw reference | Short link |
---|---|---|
Issue, discussion, or pull request URL repository-name is optional! |
|
#26 |
# and issue, discussion, or pull request numberrepository-name is required! |
|
#26 |
GH- and issue, discussion, or pull request numberrepository-name is required! |
|
#26 |
Username/Repository# and issue, discussion, or pull request number |
|
jlord/sheetsee.js#26 |
Organization_name/Repository# and issue, discussion, or pull request number |
|
github-linguist/linguist#4039 |
Commit SHAs
Reference type | Raw reference | Short link |
---|---|---|
Commit URL repository-name is optional! |
|
a5c3785 |
SHArepository-name is required! |
|
a5c3785 |
User@SHA Not supported! |
|
Not supported! |
Username/Repository@SHA |
|
jlord/sheetsee.js@a5c3785 |