Skip to content

Commit 28d0928

Browse files
Update alert rendering
1 parent 9bfe0ec commit 28d0928

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

content/full-day/3-codespaces.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ Custom containers for GitHub Codespaces become part of the source code for the r
126126
gh issue list
127127
```
128128

129-
> **NOTE:** It will likely be #1. You'll use this number later in this exercise.
129+
> [!NOTE]
130+
> It will likely be #1. You'll use this number later in this exercise.
130131

131132
1. Stage all files, commit the changes with a message to resolve the issue, and push to main by entering the following command in the terminal window, replacing `<ISSUE_NUMBER>` with the number you obtained in the previous step:
132133

@@ -135,8 +136,8 @@ Custom containers for GitHub Codespaces become part of the source code for the r
135136
git commit -m "Resolves #<ISSUE_NUMBER>"
136137
git push
137138
```
138-
139-
> **NOTE:** If prompted, select **Allow** to enable copy/paste for the codespace.
139+
> [!NOTE]
140+
> If prompted, select **Allow** to enable copy/paste for the codespace.
140141

141142
1. When the command completes, enter the following to list all open issues:
142143

0 commit comments

Comments
 (0)