From 3d9662861429cb1d10100067cf4a3e32b5262f8a Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Fri, 24 Apr 2026 14:51:24 +0200 Subject: [PATCH] fix: remove malformed code block closing syntax in releases.md The closing backticks in the shell code block example contained leftover HTML comment syntax '-->' which made the code block malformed. This would cause documentation rendering issues in Docusaurus. Signed-off-by: Mesut Oezdil --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 435a6e2..59424fa 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -112,4 +112,4 @@ For example: ```shell wget https://github.com/Project-HAMi/HAMi/releases/download/v1.3.0/karmadactl-darwin-amd64.tgz -``` --> \ No newline at end of file +``` \ No newline at end of file