Update TextReplace Rules
parent
7580947f36
commit
a4e9692bd6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Replace: [$<repo> (#$<number>)]($&)
|
||||||
```
|
```
|
||||||
### Beautify CoastalCommits Commit Links
|
### Beautify CoastalCommits Commit Links
|
||||||
```regex
|
```regex
|
||||||
Find: /https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(commit)\/(?<hash>[A-Za-z0-9-]{10})[A-Za-z0-9-]{30}\/*/gm
|
Find: https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(commit)\/(?<hash>[A-Za-z0-9-]{10})[A-Za-z0-9-]{30}\/*
|
||||||
Replace: [$<repo> (#$<hash>)]($&)
|
Replace: [$<repo> (#$<hash>)]($&)
|
||||||
```
|
```
|
||||||
# Miscellaneous Rules
|
# Miscellaneous Rules
|
||||||
|
|
Loading…
Add table
Reference in a new issue