Skip to content

Commit a8b38b1

Browse files
committed
Updated note syntax in prompt docs.
1 parent 97609fd commit a8b38b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/features/prompt.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ Alerts can interact with the CLI in two ways:
4242
1. **Prompt Updates**: It can dynamically replace the text of the active prompt to reflect changing
4343
state.
4444

45-
> **Note**: To ensure the user interface remains accurate, a prompt update is ignored if the alert
46-
> was created before the active prompt started. This prevents older alerts from overwriting a newer
47-
> prompt, though the alert's message will still be printed.
45+
!!! note
46+
47+
To ensure the user interface remains accurate, a prompt update is ignored if the alert
48+
was created before the current prompt was rendered. This prevents older alerts from overwriting a newer
49+
prompt, though the alert's message will still be printed.
4850

4951
### Terminal Window Management
5052

0 commit comments

Comments
 (0)