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:**
|
## **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>
|
Press <kbd>Ctrl</kbd> + <kbd>U</kbd>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue