Skip to content

Commit 20dad62

Browse files
authored
Fix markdown alerts syntax in README (microsoft#16434)
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
1 parent 306f31a commit 20dad62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Related repositories include:
2121

2222
## Installing and running Windows Terminal
2323

24-
> **Note**\
24+
> [!NOTE]
2525
> Windows Terminal requires Windows 10 2004 (build 19041) or later
2626
2727
### Microsoft Store [Recommended]
@@ -53,7 +53,7 @@ fails for any reason, you can try the following command at a PowerShell prompt:
5353
Add-AppxPackage Microsoft.WindowsTerminal_<versionNumber>.msixbundle
5454
```
5555

56-
> **Note**\
56+
> [!NOTE]
5757
> If you install Terminal manually:
5858
>
5959
> * 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:
7272
winget install --id Microsoft.WindowsTerminal -e
7373
```
7474

75-
> **Note**\
75+
> [!NOTE]
7676
> 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.
7777
7878
#### Via Chocolatey (unofficial)
@@ -262,7 +262,7 @@ Cause: You're launching the incorrect solution in Visual Studio.
262262
Solution: Make sure you're building & deploying the `CascadiaPackage` project in
263263
Visual Studio.
264264

265-
> **Note**\
265+
> [!NOTE]
266266
> `OpenConsole.exe` is just a locally-built `conhost.exe`, the classic
267267
> Windows Console that hosts Windows' command-line infrastructure. OpenConsole
268268
> is used by Windows Terminal to connect to and communicate with command-line

0 commit comments

Comments
 (0)