Skip to content

Commit 4b0281d

Browse files
committed
Fix note block quote formatting
1 parent 283ad62 commit 4b0281d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

hub/apps/develop/notifications/push-notifications/push-quickstart.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ If this is the first time you are using Windows App SDK in your project and it i
100100

101101
or use the bootstrapper API. See [Use the Windows App SDK runtime for apps packaged with external location or unpackaged](/windows/apps/windows-app-sdk/use-windows-app-sdk-run-time) for more details.
102102

103-
> [!NOTE] If the SDK is not initialized, the app will throw `System.Runtime.InteropServices.COMException (0x80040154): Class not registered (0x80040154 (REGDB_E_CLASSNOTREG))` and will not run.
103+
> [!NOTE]
104+
> If the SDK is not initialized, the app will throw `System.Runtime.InteropServices.COMException (0x80040154): Class not registered (0x80040154 (REGDB_E_CLASSNOTREG))` and will not run.
104105
105106
### Step 2: Add namespaces
106107

@@ -151,7 +152,7 @@ Open your **Package.appxmanifest**. Add the following inside the `<Application>`
151152
</Package>
152153
```
153154

154-
>[!NOTE]
155+
> [!NOTE]
155156
> An example of the completed C++ class for this example can be found [after Step 5](#example-code). Steps 4 and 5 provide step-by-step guidance to add each piece in the final example.
156157

157158
### Step 4: Register for and respond to push notifications on app startup

0 commit comments

Comments
 (0)