Google Chrome extension for copying a link to the GitHub issue as Markdown/HTML etc.
You can install it through the Chrome web store
- Copy a url of issue or pull request as ...
- Markdown:
[#number|title](url)
- HTML:
<a href="url">#number|title</a>
- Plain text:
#number|title url
- Markdown: