From 883d32b82bfdb74a1e6fb83fb4ac8ccffc5c2c0c Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sun, 12 Apr 2026 13:34:36 +0200 Subject: [PATCH] Add inline code fencing in v0.112.1 post --- blog/2026-04-11-nushell_v0_112_1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2026-04-11-nushell_v0_112_1.md b/blog/2026-04-11-nushell_v0_112_1.md index 6165d9e8546..0604b51f75a 100644 --- a/blog/2026-04-11-nushell_v0_112_1.md +++ b/blog/2026-04-11-nushell_v0_112_1.md @@ -469,7 +469,7 @@ Now you see this output in the `--testbin` section of the help. ### Added support for parsing `hh:mm:ss` formatted strings in `into duration` -Added the ability to parse `h:m:s` with `into datetime` with optional .mmm for millis, .mmmmmm for micros, and .mmmmmmmmm for nanos. +Added the ability to parse `h:m:s` with `into datetime` with optional `.mmm` for millis, `.mmmmmm` for micros, and `.mmmmmmmmm` for nanos. It has to be in the format of `h:m:s`: @@ -494,7 +494,7 @@ When it is, it should just work: 3hr 34min ``` -When minutes or seconds >= 60 there are errors: +When minutes or seconds >= `60` there are errors: ```ansi :no-line-numbers > "3:61:0" | into duration