Transform GitHub repo directory/file link references into rich snippets
Transform GitHub repo directory/file link references into rich snippets with popouts; similar to the issue/PR links gitterHQ/gitter#000
Input:
https://github.com/gitterHQ/gitter/blob/master/README.md
Should transform into:
gitterHQ/gitter#master/README.md
Same with commits, Input:
https://github.com/gitterHQ/gitter/blob/c731915cdbac9a05373013b1da835045c449c9e5/README.md
->
gitterHQ/gitter#c731915/README.md
Please note that this enhancment should not trample linking text, etc with markdown unlike the current issue/PR links where they just show the rich snippet instead of just linking the text.
Here is [this file](https://github.com/gitterHQ/gitter/blob/master/README.md)
Related issues with auto-linking and referencing: