Update TextReplace Rules
parent
83e33da9c7
commit
0456183eea
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@ Replace: https://cdn.discordapp.com
|
|||
### 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>]($&)
|
||||
Replace: [$<repo> (#$<number>)]($&)
|
||||
```
|
||||
### Beautify CoastalCommits Pull Request/Issue links
|
||||
```regex
|
||||
Find: https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/*
|
||||
Replace: [$<repo>#$<number>]($&)
|
||||
Replace: [$<repo> (#$<number>)]($&)
|
||||
```
|
||||
# Miscellaneous Rules
|
||||
## Regex Replacement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue