Skip to content

Commit 8699c2a

Browse files
committed
Adding some line breaks to try format fix
1 parent 097ea13 commit 8699c2a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

hub/powertoys/run.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,28 +279,34 @@ It supports the following GUID versions:
279279
> * `ns:X500`
280280
281281
Examples:
282+
282283
| Command | Result |
283284
| :--- | :--- |
284-
| `# guid` <br />`# uuid` <br />`# uuidv4` | Generate a random GUID |
285-
| `# guidv1` <br />`# uuidv1` | Generate a version 1 GUID |
286-
| `# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com` | Generate the GUID version 3 for 'www.microsoft.com' using the DNS namespace. <br /> The namespace parameter can be any valid GUID and the name parameter can be any string |
285+
| `# guid` <br />`# uuid` <br />`# uuidv4` | Generate a random GUID. |
286+
| `# guidv1` <br />`# uuidv1` | Generate a version 1 GUID. |
287+
| `# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com` | Generate the GUID version 3 for `www.microsoft.com` using the DNS namespace. <br /> The namespace parameter can be any valid GUID, and the name parameter can be any string. |
287288

288289
> [!NOTE]
289290
> The `guid` and `uuid` keywords are interchangeable and the `v` is optional. I.e. `guid5` and `guidv5` are the same.
290291
291292
#### Hashing
293+
292294
It supports the following hashing algorithms:
295+
293296
- MD5
294297
- SHA1
295298
- SHA256
296299
- SHA384
297300
- SHA512
298301

299302
Usage:
303+
300304
- `# md5 abc`
301305

302306
#### Base64 Encoding
307+
303308
Usage:
309+
304310
- `# base64 abc`
305311

306312
### Folder search filters

0 commit comments

Comments
 (0)