From 75c23834b21866a16c673740ac8991a77d9450b2 Mon Sep 17 00:00:00 2001 From: "Tristan Poland (Trident_For_U)" <34868944+tristanpoland@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:54:13 -0500 Subject: [PATCH] Update plugin-api.md --- public/docs/plugin-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/plugin-api.md b/public/docs/plugin-api.md index 5f4bd2f..3292eb6 100644 --- a/public/docs/plugin-api.md +++ b/public/docs/plugin-api.md @@ -66,8 +66,8 @@ The function may produce partial results or an empty `Vec` under the following - An entry within the directory is not recognized as a valid Rust crate. ->[!Note] ->In this context, "failure" does not imply a program crash. The `plugin-api` may continue execution even if portions of the code encounter issues. Here, "failure" refers to any deviation from expected behaviour or incomplete processing. +#### Note +In this context, "failure" does not imply a program crash. The `plugin-api` may continue execution even if portions of the code encounter issues. Here, "failure" refers to any deviation from expected behaviour or incomplete processing. ## Updating `Cargo.toml`