From 96c054eddc15168408328a8499686fb8ff027568 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Tue, 3 Jun 2025 18:47:15 +1000 Subject: [PATCH] Highlight blockquote of tip and note in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7953e86..329290f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ lemmy.ml (c/VVCEasy) | https://lemmy.ml/c/vvceasy lemmy.world (c/VVC) | https://lemmy.world/c/vvc lemmy.world (c/VVCEasy) | https://lemmy.world/c/vvceasy -*Note: Please note my first language is Estonian and not natively with English language. Some English words may be incorrect and incomprehensible.* +> [!NOTE] +> Please note my first language is Estonian and not natively with English language. Some English words may be incorrect and incomprehensible. # All lists @@ -182,7 +183,8 @@ Step 3: Once building is done, the build folder directory is bin/Release cd bin/Release ``` -*Tip: You can run VVCEasy without building.* +> [!TIP] +> *You can run VVCEasy without building.* ``` dotnet run ```