Skip to content

Commit 84b68a5

Browse files
authored
Fix code block spacing (#1797)
1 parent 7ff2f21 commit 84b68a5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

de/book/hooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ $env.config = ($env.config | upsert hooks {
136136
}
137137
})
138138
```
139+
139140
Wird der Hook getriggert, wird der `condition` Block ausgewertet.
140141
Wenn dieser `true` zurückgibt, wird der `code` Block ausgewertet.
141142
Wenn er `false`zurückgibt, passiert nichts.
@@ -237,6 +238,7 @@ $env.config = ($env.config | upsert hooks.env_change.PWD {
237238
]
238239
})
239240
```
241+
240242
### Filtern oder Umlenken des Befehl-Outputs
241243

242244
Der `display_output` Hook kann verwendet werden, um die Ausgabe von Befehlen umzuleiten.

pt-BR/book/line_editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ E o ExecuteHostCommand requer um comando válido que será enviado para o mecani
311311
...
312312
313313
```
314+
314315
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.
315316

316317
### Tipo de edição

0 commit comments

Comments
 (0)