From 08cd9451486978fbf6dbdd8fedc5a5477032beb8 Mon Sep 17 00:00:00 2001 From: Hadez <145179800+hadez8877@users.noreply.github.com> Date: Tue, 19 May 2026 17:33:35 -0500 Subject: [PATCH] Fix note formatting in README.md GitHub Markdown now support an option to highlight a "Note" and "Warning" using blockquote --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ab3d11c..bf2f9ca9e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ If you only want to get the latest stable version, run: Install-Module PSReadLine -Repository PSGallery -Scope CurrentUser -Force ``` ->[!NOTE] Prerelease versions will have newer features and bug fixes, but may also introduce new issues. +> [!NOTE] +> +> Prerelease versions will have newer features and bug fixes, but may also introduce new issues. ## Usage