Skip to content

Commit 9eb39c1

Browse files
authored
Drop empty closing line from code blocks (#1794)
* Drop empty line from code blocks * Drop empty line from code blocks
1 parent 84b68a5 commit 9eb39c1

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

book/coloring_and_theming.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ $env.config = {
635635
error_style: "plain"
636636
...
637637
}
638-
639638
```
640639

641640
## Line Editor Menus (completion, history, help…)

book/directory_stack.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ dirs
5050
# => ├───┼────────┼─────────────────────────────────┤
5151
# => │ 0 │ true │ /home/myuser/repo/nushell │
5252
# => ╰───┴────────┴─────────────────────────────────╯
53-
5453
```
5554

5655
Notice that `cd` only changes the Active directory.

book/line_editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ e.g. to disable screen clearing with `Ctrl + l` for all edit modes
575575
576576
...
577577
}
578-
579578
```
580579

581580
### Troubleshooting Keybinding Problems

book/modules/using_modules.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ assert equal 1 1
223223
assert true
224224
# => Error:
225225
# => help: A command with that name exists in module `assert`. Try importing it with `use`
226-
227226
```
228227

229228
Just as you can `use` a subset of the module's definitions, you can also `hide` them selectively as well:

book/working_with_tables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ open rustfmt.toml | insert next_edition 2021 | append {edition: 2021 next_editio
298298
# => 0 │ 2018 │ 2021
299299
# => 1 │ 2021 │ 2024
300300
# => ───┴─────────┴──────────────
301-
302301
```
303302

304303
Notice that if we open the original file, the contents have stayed the same:

lang-guide/chapters/types/type_signatures.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def my-filter []: [
3333
nothing -> list
3434
range -> list
3535
] { }
36-
3736
```
3837

3938
For a further discussion on custom command signatures please refer to: [Custom Commands](/book/custom_commands.html)

pt-BR/book/line_editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ E o ExecuteHostCommand requer um comando válido que será enviado para o mecani
309309
cmd: "cd ~"
310310
}
311311
...
312-
313312
```
314313

315314
Vale mencionar que na lista de eventos você também verá Edit([]), Multiple([]) e UntilFound([]). Essas opções não estão disponíveis para o analisador, pois são construídas com base na definição da tecla de atalho. Por exemplo, um evento Multiple([]) é construído para você ao definir uma lista de registros no evento da tecla de atalho. Um evento Edit([]) é o mesmo que o tipo de edição mencionado anteriormente. E o evento UntilFound([]) é o mesmo que o tipo until mencionado antes.

zh-CN/book/line_editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ keybindings list | where type == edits
457457
458458
...
459459
}
460-
461460
```
462461

463462
### 排查键盘绑定问题

0 commit comments

Comments
 (0)