From 2d44276ce561ef96aadcb49a6587b34a5253762d Mon Sep 17 00:00:00 2001 From: Robyn Date: Mon, 26 Aug 2024 18:41:28 -0500 Subject: [PATCH] fix: macros --- www/Guides/Your-First-Mod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/Guides/Your-First-Mod.md b/www/Guides/Your-First-Mod.md index acded59..d2363b8 100644 --- a/www/Guides/Your-First-Mod.md +++ b/www/Guides/Your-First-Mod.md @@ -113,7 +113,7 @@ Create a new folder with your project name wherever you'd like it to be on your Example Command: -{ .important } +{: .important } > This command will not work in powershell due to bad escaping. You should run this command via GitBash ```bash @@ -132,7 +132,7 @@ The template actually copies the complete git history of our source files into y Before starting, make sure you know your repo's .git url. You can get this by going to your repo in Github and looking for a button that says "<> Code" on it. Click that to get a dropdown and then copy either the HTTP or SSH git link to use in the next command. -{ .note } +{: .note } > You will need to run these commands in GitBash on Windows ```bash