1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Fix commonmark issues in data reusables (#37424)

This commit is contained in:
Rachael Sewell
2023-06-05 12:16:36 -07:00
committed by GitHub
parent 14c365cd55
commit ab9ec27502
119 changed files with 842 additions and 842 deletions

View File

@@ -40,11 +40,11 @@ Regardless of where you created or access your codespaces, you can view and mana
{% data reusables.cli.cli-learn-more %}
To stop a codespace use the `gh codespace stop` subcommand and then choose the codespace you want to stop from the list that's displayed.
To stop a codespace use the `gh codespace stop` subcommand and then choose the codespace you want to stop from the list that's displayed.
```shell{:copy}
gh codespace stop
```
```shell{:copy}
gh codespace stop
```
{% endcli %}
@@ -77,17 +77,17 @@ You can stop a codespace from the "Your codespaces" page (see [the web browser i
When you restart a codespace you can choose to open it in {% data variables.product.prodname_vscode %} or in your browser.
- To restart a codespace and open it in {% data variables.product.prodname_vscode %}, use the `gh codespace code` subcommand and then choose the codespace you want to restart from the list that's displayed.
- To restart a codespace and open it in {% data variables.product.prodname_vscode %}, use the `gh codespace code` subcommand and then choose the codespace you want to restart from the list that's displayed.
```shell{:copy}
gh codespace code
```
```shell{:copy}
gh codespace code
```
- To restart a codespace and open it in your browser, use the `gh codespace open --web` subcommand and then choose the codespace you want to restart from the list that's displayed.
- To restart a codespace and open it in your browser, use the `gh codespace open --web` subcommand and then choose the codespace you want to restart from the list that's displayed.
```shell{:copy}
gh codespace open --web
```
```shell{:copy}
gh codespace open --web
```
{% endcli %}