Skip to content

Commit 863d35c

Browse files
committed
made a note work in vuepress
1 parent 88f62b5 commit 863d35c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

blog/2025-09-02-nushell_0_107_0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,14 @@ The `http` subcommands can now maintain a list of redirects when using the `--fu
435435
╰───┴────────────────────────╯
436436
```
437437

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-
> ```
438+
::: note
439+
This may break edge cases which relied on a lack of a `urls` column, for example:
440+
441+
```nushell
442+
{urls: important} | merge (http get --full <...>)
443+
```
444+
445+
:::
446446

447447
### `http post` now sends body serialized as pretty json
448448

0 commit comments

Comments
 (0)