diff options
author | Steve Azzopardi <sazzopardi@gitlab.com> | 2019-06-03 14:30:21 +0200 |
---|---|---|
committer | Steve Azzopardi <sazzopardi@gitlab.com> | 2019-06-03 14:30:21 +0200 |
commit | 0b7de6a7fd90a4bd7d54dd7c1e6aabe2c2eea45a (patch) | |
tree | 30a09cd6f4d4508f23439bc0d471703f1b6b997c /doc | |
parent | 205f0d0cfe7ff47ead965ff120599dc3f2453974 (diff) | |
download | gitlab-ce-0b7de6a7fd90a4bd7d54dd7c1e6aabe2c2eea45a.tar.gz |
Fix markdown parsing for doc pagedocs/fix-doc-block
The lack of indentatioin is causing the markdown parser to get confused
and formating it wrong.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/raketasks/backup_restore.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 56db7b5eb3a..764916ca82d 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -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 |