Skip to content

Commit 7efea0b

Browse files
committed
styling issues
1 parent 74b8613 commit 7efea0b

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

hub/apps/develop/launch/launch-snipping-tool.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,24 @@ The response is a JSON object containing:
8787

8888
### Example Response
8989

90-
```
90+
```json
9191
{
92-
"version": 1.2,
93-
"capabilities": [
94-
{
95-
"path": "capture/image",
96-
"methods": ["GET"],
97-
"parameters": ["rectangle", "freeform", "window"],
98-
"description": "Captures an image with options for shape."
99-
},
100-
{
101-
"path": "capture/video",
102-
"methods": ["GET"],
103-
"parameters": [],
104-
"description": "Captures a video in a defined area."
105-
}
106-
]
92+
"version": 1.2,
93+
"capabilities": [
94+
{
95+
"path": "capture/image",
96+
"methods": ["GET"],
97+
"parameters": ["rectangle", "freeform", "window"],
98+
"description": "Captures an image with options for shape."
99+
},
100+
{
101+
"path": "capture/video",
102+
"methods": ["GET"],
103+
"parameters": [],
104+
"description": "Captures a video in a defined area."
105+
}
106+
]
107107
}
108-
109108
```
110109

111110
## EnabledModes
@@ -171,7 +170,7 @@ _Explanation: This command launches the Snipping Tool with both rectangle snip a
171170

172171
_Explanation: Since rectangle is specified in the URI, only rectangle snipping mode will be available in the Snipping Tool UI._
173172

174-
### Example 7: No `mode` or `enabledModes` specified.
173+
### Example 7: No `mode` or `enabledModes` specified
175174

176175
`ms-screenclip://capture/image?redirect-uri=my-snip-protocol-test-app://response`
177176

0 commit comments

Comments
 (0)