File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Feature: Generate Slate documentation from test examples
153153
154154 #### Endpoint
155155
156- ```
156+ ```plaintext
157157 GET /orders
158158 Host: example.org
159159 ```
@@ -168,7 +168,7 @@ Feature: Generate Slate documentation from test examples
168168
169169 ### Response
170170
171- ```
171+ ```plaintext
172172 Content-Type: application/json
173173 Content-Length: 137
174174 200 OK
@@ -220,7 +220,7 @@ Feature: Generate Slate documentation from test examples
220220
221221 #### Endpoint
222222
223- ```
223+ ```plaintext
224224 POST /orders
225225 Host: example.org
226226 Content-Type: application/x-www-form-urlencoded
@@ -246,7 +246,7 @@ Feature: Generate Slate documentation from test examples
246246
247247 ### Response
248248
249- ```
249+ ```plaintext
250250 Content-Type: text/html;charset=utf-8
251251 Content-Length: 0
252252 201 Created
You can’t perform that action at this time.
0 commit comments