Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

GitHub Handle Links

Automatically converts @username mentions into links to GitHub profiles. See the index page for installation and tokens.

Example

Where handles will be added:

- Thanks to @kirstiejane and @mfisher87 for their work on MyST!
- Mentions in parentheses (@mfisher87) or quotes "@kirstiejane" work too.
- Already-linked handles get an avatar and styling: [@kirstiejane](https://github.com/kirstiejane)

Where they won't:

- Incorrect usernames: @thisuserwontbelinked
- Literal spans: `@usernamesinbackticks`
- Linked handles to non-github urls: [@kirstiejane](https://mystmd.org).
- File paths such as node_modules/@remix-run aren't linked.

Where handles will be added:

Where they won’t:

  • Incorrect usernames: thisuserwontbelinked

  • Literal spans: @usernamesinbackticks

  • Linked handles to non-github urls: @kirstiejane.

  • File paths such as node_modules/remix-run aren’t linked.