add discussions
parent
6f228edb06
commit
d0aa50b64c
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ Replace: https://youtu.be/$1
|
|||
Find: https:\/\/media\.discordapp\.net(?=\/)
|
||||
Replace: https://cdn.discordapp.com
|
||||
```
|
||||
### Beautify GitHub Pull Request/Issue links
|
||||
### Beautify GitHub Pull Request/Issue/Discussion links
|
||||
```regex
|
||||
Find: https:\/\/(to)?github\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/*
|
||||
Find: https:\/\/(to)?github\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull|discussions)\/(?<number>[0-9]+)\/*
|
||||
Replace: [$<repo> (#$<number>)]($&)
|
||||
```
|
||||
### Beautify CoastalCommits Pull Request/Issue links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue