From 4f98db03525cf072e2170a40cad9b509c6a8bd8e Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Wed, 10 Jun 2026 17:57:46 +0800 Subject: Format note as GitHub Alert in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 62b8b7f..7fd0f24 100644 --- a/README.md +++ b/README.md @@ -736,7 +736,9 @@ fn render_downloaded(result: ResultDownloaded) { } ``` -Note: `#[renderer]` functions cannot be async. When `async` is enabled, `program.exec_and_exit().await` returns a Future. +> [!NOTE] +> +> `#[renderer]` functions cannot be async. When `async` is enabled, `program.exec_and_exit().await` returns a Future. --- -- cgit