Skip to content

Commit cfcf9d8

Browse files
authored
Add inline code fencing in v0.112.1 post (#2150)
1 parent 18be268 commit cfcf9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2026-04-11-nushell_v0_112_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ Now you see this output in the `--testbin` section of the help.
469469

470470
### Added support for parsing `hh:mm:ss` formatted strings in `into duration` <JumpToc/> <PrBy :pr="17781" user="fdncred" />
471471

472-
Added the ability to parse `h:m:s` with `into datetime` with optional .mmm for millis, .mmmmmm for micros, and .mmmmmmmmm for nanos.
472+
Added the ability to parse `h:m:s` with `into datetime` with optional `.mmm` for millis, `.mmmmmm` for micros, and `.mmmmmmmmm` for nanos.
473473

474474
It has to be in the format of `h:m:s`:
475475

@@ -494,7 +494,7 @@ When it is, it should just work:
494494
3hr 34min
495495
```
496496

497-
When minutes or seconds >= 60 there are errors:
497+
When minutes or seconds >= `60` there are errors:
498498

499499
```ansi :no-line-numbers
500500
> "3:61:0" | into duration

0 commit comments

Comments
 (0)