Yet more CommonMark fixes (#42247)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
@@ -30,10 +30,10 @@ gh codespace list --org ORGANIZATION
|
||||
```
|
||||
|
||||
This command returns a list that includes the following information for each codespace:
|
||||
- The name and display name
|
||||
- The user who created the codespace
|
||||
- The repository and branch
|
||||
- The current state of the codespace
|
||||
- The name and display name
|
||||
- The user who created the codespace
|
||||
- The repository and branch
|
||||
- The current state of the codespace
|
||||
|
||||
To list all of the current codespaces for an organization that were created by a specific user, use the following command.
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ Before you authenticate, {% data reusables.desktop.get-an-account %}
|
||||
|
||||
{% data reusables.desktop.sign-in-browser %}
|
||||
|
||||
{% data reusables.user-settings.password-authentication-deprecation-desktop %}
|
||||
{% indented_data_reference reusables.user-settings.password-authentication-deprecation-desktop spaces=3 %}
|
||||
|
||||
{% data reusables.desktop.authenticate-in-browser %}
|
||||
{% data reusables.desktop.2fa-in-browser %}
|
||||
|
||||
@@ -11,7 +11,7 @@ topics:
|
||||
- API
|
||||
---
|
||||
|
||||
Building an application that integrates with GitHub? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos. [Register now](https://github.com/developer/register)
|
||||
Building an application that integrates with {% data variables.product.prodname_dotcom %}? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos. [Register now](https://github.com/developer/register).
|
||||
|
||||
## Scratch an itch
|
||||
|
||||
@@ -23,7 +23,8 @@ Email <a href="mailto:partnerships@github.com">partnerships@github.com</a> to re
|
||||
|
||||
## Have an integration that works with GitHub?
|
||||
|
||||
Awesome! We'd love to have you be part of the program. Here’s how you can spread the word:</p>
|
||||
Awesome! We'd love to have you be part of the program. Here’s how you can spread the word:
|
||||
|
||||
- [Let us know about your integration](https://support.github.com/contact?tags=rr-general-technical&form[subject]=New+GitHub+Integration).
|
||||
- Use the [Octocat or GitHub logo](https://github.com/logos) to identify that your product works with GitHub.
|
||||
- Post a video or a blog on your website about your integration.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% warning %}
|
||||
{% warning %}
|
||||
|
||||
**Warning**: Authenticating to {% data variables.product.prodname_dotcom %} using your username and password is not supported. We require authenticating using the browser instead.
|
||||
**Warning**: Authenticating to {% data variables.product.prodname_dotcom %} using your username and password is not supported. We require authenticating using the browser instead.
|
||||
|
||||
{% endwarning %}
|
||||
{% endwarning %}
|
||||
|
||||
Reference in New Issue
Block a user