Hi,
I really like the embedded code snippets feature introduced last month,[1] but I just realized it doesn't work across repositories. Take this comment[2] as an example: currently, a snippet permalink into Linuxbrew/homebrew-core[3] is turned into an embedded snippet, but a snippet permalink into Linuxbrew/brew[4] is not. It would be really nice if cross-repo links are also converted. It would be beneficial to the Homebrew project for instance, where the package manager itself is developed in Homebrew/brew, the package definitions are developed in separate repos (what we call taps) like Homebrew/homebrew-core, and there are quite a bit of cross references between brew and taps. Thank you.
Best, Zhiming
[1] https://github.com/blog/2415-introducing-embedded-code-snippets
[2] https://github.com/Linuxbrew/homebrew-core/issues/4198#issuecomment-331113613
[3] https://github.com/Linuxbrew/homebrew-core/blob/59b343a86689531bc59702e376654821f766b1c8/Formula/glibc.rb#L16-L31