You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes any references of `> **Note**\` with `> [!NOTE]` to match the
new syntax for markdown files in GitHub.
Fixes the 14 November 2023 update to the alerts syntax in markdown
files:
> ## Update - 14 November 2023
> * The initial syntax using e.g. **Note** isn't supported any longer.
>
> https://github.com/orgs/community/discussions/16925
> * You may need to install the [VC++ v14 Desktop Framework Package](https://docs.microsoft.com/troubleshoot/cpp/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages).
@@ -72,7 +72,7 @@ package:
72
72
winget install --id Microsoft.WindowsTerminal -e
73
73
```
74
74
75
-
> **Note**\
75
+
> [!NOTE]
76
76
> Dependency support is available in WinGet version [1.6.2631 or later](https://github.com/microsoft/winget-cli/releases). To install the Terminal stable release 1.18 or later, please make sure you have the updated version of the WinGet client.
77
77
78
78
#### Via Chocolatey (unofficial)
@@ -262,7 +262,7 @@ Cause: You're launching the incorrect solution in Visual Studio.
262
262
Solution: Make sure you're building & deploying the `CascadiaPackage` project in
263
263
Visual Studio.
264
264
265
-
> **Note**\
265
+
> [!NOTE]
266
266
> `OpenConsole.exe` is just a locally-built `conhost.exe`, the classic
267
267
> Windows Console that hosts Windows' command-line infrastructure. OpenConsole
268
268
> is used by Windows Terminal to connect to and communicate with command-line
0 commit comments