mirror of
https://github.com/recloudstream/csdocs.git
synced 2024-08-14 22:46:50 +00:00
Fixed markdown in Regex section (#31)
This commit is contained in:
parent
2417d977f7
commit
6aa22b5088
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ fun main() {
|
|||
|
||||
## **Regex:**
|
||||
|
||||
When working with Regex I highly recommend using (regex101.com)[https://regex101.com/] (using the python flavor)
|
||||
When working with Regex I highly recommend using [regex101.com](https://regex101.com/) (using the python flavor)
|
||||
|
||||
Press <kbd>Ctrl</kbd> + <kbd>U</kbd>
|
||||
|
||||
|
@ -219,4 +219,4 @@ fun main() {
|
|||
val description = descriptionRegex.find(response.text)?.groups?.get(1)?.value
|
||||
println(description)
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue