Fix markdown parsing for doc page
The lack of indentatioin is causing the markdown parser to get confused and formating it wrong.
This commit is contained in:
parent
205f0d0cfe
commit
0b7de6a7fd
1 changed files with 3 additions and 3 deletions
|
@ -917,9 +917,9 @@ backup beforehand.
|
|||
|
||||
1. Clear all the tokens for projects, groups, and the whole instance:
|
||||
|
||||
CAUTION: **Caution:**
|
||||
The last UPDATE operation will stop the runners being able to pick up
|
||||
new jobs. You must register new runners.
|
||||
CAUTION: **Caution:**
|
||||
The last UPDATE operation will stop the runners being able to pick up
|
||||
new jobs. You must register new runners.
|
||||
|
||||
```sql
|
||||
-- Clear project tokens
|
||||
|
|
Loading…
Reference in a new issue