From 5448fa3f9e75644b874a592f29f9642c9550d751 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Sep 2026 14:10:44 +1000 Subject: [PATCH] docs(git-provider): Change info box to be normal-markdown instead of Obsidian-markdown --- docs/GitRepositoryRegistration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GitRepositoryRegistration.md b/docs/GitRepositoryRegistration.md index 8bff64e..0f8a7c4 100644 --- a/docs/GitRepositoryRegistration.md +++ b/docs/GitRepositoryRegistration.md @@ -7,7 +7,7 @@ Most `*-GitRepoRegistration` commands are expected to be run within a folder tha Any exceptions to behaviours are outlined within the relevant command section. -> [!info] Case-Sensitivity +> ### Case-Sensitivity > For all commands, the `Name` parameter is treated as _case-sensitive_, so multiple registrations can exist with the same name but different casing and point to different git repo locations or the same location - acting as an alias in a sense. > > While this isn't explicitly supported functionality, we don't do anything to prevent you having multiple registrations for the same git repo. Why should we after all? This set of commandlets are designed to make git repos more organised so how you use it is up to you.