From cdaa40bc79ad976bc6f09d4718d52cda7ab0719f Mon Sep 17 00:00:00 2001 From: ropeladder Date: Wed, 23 Jul 2025 09:53:52 -0400 Subject: [PATCH] Fix `:::` blocks not closing correctly --- book/custom_commands.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/book/custom_commands.md b/book/custom_commands.md index ee5a1bd59dc..8b63f1cfef6 100644 --- a/book/custom_commands.md +++ b/book/custom_commands.md @@ -153,7 +153,7 @@ In this case, the final expression is the `match` statement which can return: - `null` if the directory is empty - Otherwise, a `record` representing the randomly chosen file - ::: +::: ## Custom Commands and Pipelines @@ -485,7 +485,8 @@ The following [types](./types_of_data.html) can be used for parameter annotation - `record` - `string` - `table` - ::: + +::: ### Flags @@ -815,7 +816,7 @@ Input-Output signatures allow Nushell to catch two additional categories of erro # => ╰──── ``` - ::: +::: ## Documenting Your Command