it affects the links, not the embeds

Seaswimmer 2024-02-08 17:55:23 +00:00
parent f5fea84b84
commit 65f0fa85bf
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

@ -38,7 +38,7 @@ Replace: https://youtu.be/$1
Find: https:\/\/media\.discordapp\.net(?=\/)
Replace: https://cdn.discordapp.com
```
### Beautify GitHub Pull Request/Issue embeds
### Beautify GitHub Pull Request/Issue links
```regex
Find: https:\/\/(to)?github\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/*
Replace: [$<repo>#$<number>]($&)