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!
https://github.com/jlord/sheetsee.js/issues/26
#26
# and issue, discussion, or pull request number
repository-name is required!
#26
#26
GH- and issue, discussion, or pull request number
repository-name is required!
GH-26
#26
Username/Repository# and issue, discussion, or pull request number
jlord/sheetsee.js#26
jlord/sheetsee.js#26
Organization_name/Repository# and issue, discussion, or pull request number
github-linguist/linguist#4039
github-linguist/linguist#4039

Commit SHAs

Reference type Raw reference Short link
Commit URL repository-name is optional!
https://github.com/jlord/sheetsee.js/commit/a5c3785ed8d6a35868bc169f07e40e889087fd2e
a5c3785
SHA
repository-name is required!
a5c3785ed8d6a35868bc169f07e40e889087fd2e
a5c3785
User@SHA
Not supported!
jlord@a5c3785ed8d6a35868bc169f07e40e889087fd2e
Not supported!
Username/Repository@SHA
jlord/sheetsee.js@a5c3785ed8d6a35868bc169f07e40e889087fd2e
jlord/sheetsee.js@a5c3785