mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
Fix markdown alerts syntax in README (#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
This commit is contained in:
parent
306f31acf4
commit
20dad62471
@ -21,7 +21,7 @@ Related repositories include:
|
|||||||
|
|
||||||
## Installing and running Windows Terminal
|
## Installing and running Windows Terminal
|
||||||
|
|
||||||
> **Note**\
|
> [!NOTE]
|
||||||
> Windows Terminal requires Windows 10 2004 (build 19041) or later
|
> Windows Terminal requires Windows 10 2004 (build 19041) or later
|
||||||
|
|
||||||
### Microsoft Store [Recommended]
|
### Microsoft Store [Recommended]
|
||||||
@ -53,7 +53,7 @@ fails for any reason, you can try the following command at a PowerShell prompt:
|
|||||||
Add-AppxPackage Microsoft.WindowsTerminal_<versionNumber>.msixbundle
|
Add-AppxPackage Microsoft.WindowsTerminal_<versionNumber>.msixbundle
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**\
|
> [!NOTE]
|
||||||
> If you install Terminal manually:
|
> If you install Terminal manually:
|
||||||
>
|
>
|
||||||
> * 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).
|
> * 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:
|
|||||||
winget install --id Microsoft.WindowsTerminal -e
|
winget install --id Microsoft.WindowsTerminal -e
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**\
|
> [!NOTE]
|
||||||
> 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.
|
> 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.
|
||||||
|
|
||||||
#### Via Chocolatey (unofficial)
|
#### Via Chocolatey (unofficial)
|
||||||
@ -262,7 +262,7 @@ Cause: You're launching the incorrect solution in Visual Studio.
|
|||||||
Solution: Make sure you're building & deploying the `CascadiaPackage` project in
|
Solution: Make sure you're building & deploying the `CascadiaPackage` project in
|
||||||
Visual Studio.
|
Visual Studio.
|
||||||
|
|
||||||
> **Note**\
|
> [!NOTE]
|
||||||
> `OpenConsole.exe` is just a locally-built `conhost.exe`, the classic
|
> `OpenConsole.exe` is just a locally-built `conhost.exe`, the classic
|
||||||
> Windows Console that hosts Windows' command-line infrastructure. OpenConsole
|
> Windows Console that hosts Windows' command-line infrastructure. OpenConsole
|
||||||
> is used by Windows Terminal to connect to and communicate with command-line
|
> is used by Windows Terminal to connect to and communicate with command-line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user