Skip to content

Commit 12841cc

Browse files
committed
Fix the triple quotes
1 parent 506e71a commit 12841cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/beta/api/newslinkpage-create.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2929
"blockType": "ignored"
3030
}
3131
-->
32-
``` http
32+
```http
3333
POST /sites/{site-id}/pages
3434
```
3535

@@ -72,7 +72,7 @@ The following example shows how to create a [newsLinkPage](../resources/newslink
7272
The following example shows a request.
7373

7474
<!-- { "blockType": "request", "name": "create-newslinkpage", "scopes": "sites.readwrite.all" } -->
75-
``````
75+
```
7676
POST /sites/c1370818-f5e0-4a40-a99b-be4520640642/pages
7777
prefer: include-unknown-enum-members
7878
Content-Type: application/json
@@ -94,7 +94,7 @@ The following example shows how to create a [newsLinkPage](../resources/newslink
9494
"@odata.type": "microsoft.graph.newsLinkPage"
9595
}
9696
-->
97-
``` http
97+
```http
9898
HTTP/1.1 201 Created
9999
Content-type: application/json
100100
@@ -185,7 +185,7 @@ The following example shows the response. If a failure occurs when you upload or
185185
"@odata.type": "microsoft.graph.newsLinkPage"
186186
}
187187
-->
188-
``` http
188+
```http
189189
HTTP/1.1 201 Created
190190
Content-Type: application/json
191191

0 commit comments

Comments
 (0)