We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f62b5 commit 863d35cCopy full SHA for 863d35c
blog/2025-09-02-nushell_0_107_0.md
@@ -435,14 +435,14 @@ The `http` subcommands can now maintain a list of redirects when using the `--fu
435
╰───┴────────────────────────╯[0m
436
```
437
438
-> TODO(release-notes): make sure the callout below is in the correct format for the blog
439
-
440
-> [!NOTE]
441
-> This may break edge cases which relied on a lack of a `urls` column, for example:
442
->
443
-> ```nushell
444
-> {urls: important} | merge (http get --full <...>)
445
-> ```
+::: note
+This may break edge cases which relied on a lack of a `urls` column, for example:
+
+```nushell
+{urls: important} | merge (http get --full <...>)
+```
+:::
446
447
### `http post` now sends body serialized as pretty json
448
0 commit comments