Commit 39bdfc24 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'selhorn-fix-code-type' into 'master'

Fixed txt code block type

See merge request gitlab-org/gitlab!54981
parents 8a9c48d3 53088611
...@@ -26,7 +26,7 @@ Read more on [pagination](README.md#pagination). ...@@ -26,7 +26,7 @@ Read more on [pagination](README.md#pagination).
Get all Merge Trains of the requested project: Get all Merge Trains of the requested project:
```txt ```shell
GET /projects/:id/merge_trains GET /projects/:id/merge_trains
GET /projects/:id/merge_trains?scope=complete GET /projects/:id/merge_trains?scope=complete
``` ```
......
...@@ -475,7 +475,7 @@ URLs to scan can be specified by either of the following methods: ...@@ -475,7 +475,7 @@ URLs to scan can be specified by either of the following methods:
To define the URLs to scan in a file, create a plain text file with one path per line. To define the URLs to scan in a file, create a plain text file with one path per line.
```txt ```plaintext
page1.html page1.html
/page2.html /page2.html
category/shoes/page1.html category/shoes/page1.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment