Skip to content

Commit 8b40c9b

Browse files
authored
Fix ::: blocks not closing correctly (#1990)
1 parent edb82d0 commit 8b40c9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/custom_commands.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In this case, the final expression is the `match` statement which can return:
153153

154154
- `null` if the directory is empty
155155
- Otherwise, a `record` representing the randomly chosen file
156-
:::
156+
:::
157157

158158
## Custom Commands and Pipelines
159159

@@ -485,7 +485,8 @@ The following [types](./types_of_data.html) can be used for parameter annotation
485485
- `record`
486486
- `string`
487487
- `table`
488-
:::
488+
489+
:::
489490

490491
### Flags
491492

@@ -815,7 +816,7 @@ Input-Output signatures allow Nushell to catch two additional categories of erro
815816
# => ╰────
816817
```
817818

818-
:::
819+
:::
819820

820821
## Documenting Your Command
821822

0 commit comments

Comments
 (0)