From bce7dcebe3c0d283d81c448717be5b10a0808df2 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Fri, 8 Sep 2023 14:50:13 -0500 Subject: [PATCH] Yet more CommonMark fixes (#42247) Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> --- ...ting-the-codespaces-in-your-organization.md | 10 +++++----- ...repository-from-github-to-github-desktop.md | 6 +++--- ...hanges-to-your-project-in-github-desktop.md | 2 +- .../reordering-commits-in-github-desktop.md | 2 +- ...thenticating-to-github-in-github-desktop.md | 2 +- .../manage-classrooms.md | 18 +++++++++--------- .../github-developer-program.md | 5 +++-- ...g-up-a-trial-of-github-enterprise-server.md | 6 +++--- ...sword-authentication-deprecation-desktop.md | 6 +++--- 9 files changed, 29 insertions(+), 28 deletions(-) diff --git a/content/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization.md b/content/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization.md index f214fe76beb3..2755ed0a6ddc 100644 --- a/content/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization.md +++ b/content/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization.md @@ -26,14 +26,14 @@ For information on how to see the current total {% data variables.product.prodna To list all of the current codespaces for a specified organization, use the following command. ```shell copy -gh codespace list --org ORGANIZATION +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. diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md b/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md index eb9ace7cb4fc..a0ce6cc6bae9 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories/cloning-a-repository-from-github-to-github-desktop.md @@ -21,10 +21,10 @@ shortTitle: Clone a GitHub repo ![Screenshot of the "URL" tab of the "Clone a Repository" window. Next to the "Local Path" field, a button, labeled "Choose", is highlighted with an orange outline.](/assets/images/help/desktop/clone-choose-button-url-mac.png) - {% note %} + {% note %} - **Note:** If the repository is configured to use LFS, you will be prompted to initialize {% data variables.large_files.product_name_short %}. + **Note:** If the repository is configured to use LFS, you will be prompted to initialize {% data variables.large_files.product_name_short %}. - {% endnote %} + {% endnote %} 1. Click **Clone**. diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project-in-github-desktop.md b/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project-in-github-desktop.md index 682008bcedcc..ecdc43f410e1 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project-in-github-desktop.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project-in-github-desktop.md @@ -120,7 +120,7 @@ Once you're satisfied with the changes you've chosen to include in your commit, - To move your changes, click **switch branches**. - To commit your changes to the protected branch, click **Commit to BRANCH**. - For more information about protected branches, see "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches)." + For more information about protected branches, see "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches)." {% data reusables.desktop.push-origin %} 1. If you have a pull request based off the branch you are working on, {% data variables.product.prodname_desktop %} will display the status of the checks that have run for the pull request next to the "Current Branch" section of the repository bar. For more information about checks, see "[AUTOTITLE](/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop)." diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits-in-github-desktop.md b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits-in-github-desktop.md index 30e57cdf3552..9ffe5cdb6f52 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits-in-github-desktop.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/reordering-commits-in-github-desktop.md @@ -36,7 +36,7 @@ When you reorder commits, you may see one of the following notifications or erro - A message states that there are merge conflicts that you must resolve before the application can continue reordering commits on your branch. 1. Click **View conflicts**. - ![Screenshot of a notification about conflicts. At the end of the message, a link, labeled "View commits", is highlighted with an orange outline.](/assets/images/help/desktop/reorder-resolve-conflicts.png) + ![Screenshot of a notification about conflicts. At the end of the message, a link, labeled "View commits", is highlighted with an orange outline.](/assets/images/help/desktop/reorder-resolve-conflicts.png) {% data reusables.desktop.resolve-merge-conflicts %} 1. When all conflicts are resolved, you can reorder your commits. diff --git a/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github-in-github-desktop.md b/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github-in-github-desktop.md index b9589ae6c2ac..0567378bd7ce 100644 --- a/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github-in-github-desktop.md +++ b/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/authenticating-to-github-in-github-desktop.md @@ -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 %} diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md index 86df0dfe3e2e..d779cbd89b0a 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md @@ -60,14 +60,14 @@ If your course already has a roster, you can update the students on the roster o {% note %} - **Note:** {% data reusables.classroom.google-classroom-note %} + **Note:** {% data reusables.classroom.google-classroom-note %} - {% endnote %} + {% endnote %} 1. Provide the student identifiers for your roster. - - To import a roster by uploading a file containing student identifiers, click **Upload a CSV or text file**. - - To create a roster manually, type your student identifiers in the text field. + - To import a roster by uploading a file containing student identifiers, click **Upload a CSV or text file**. + - To create a roster manually, type your student identifiers in the text field. 1. Click **Create roster**. @@ -80,13 +80,13 @@ Your classroom must have an existing roster to add students to the roster. For m {% data reusables.classroom.click-students %} 1. To the right of "Classroom roster", click **Update students**. If you have already linked your classroom to an LMS course, then you will see a **Sync from...** button instead. 1. Follow the instructions to add students to the roster. - - To import students from an LMS, your LMS administrator will first need to register your LMS instance and then you will need to connect your LMS course to your classroom. Once connected, you can click the **Sync from...** button. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." - {% note %} + - To import students from an LMS, your LMS administrator will first need to register your LMS instance and then you will need to connect your LMS course to your classroom. Once connected, you can click the **Sync from...** button. For more information, see "[AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom)." + {% note %} - **Note:** {% data reusables.classroom.google-classroom-note %} + **Note:** {% data reusables.classroom.google-classroom-note %} - {% endnote %} - - To manually add students, under "Manually add students", click **Upload a CSV or text file** or type the identifiers for the students, then click **Add roster entries**. + {% endnote %} + - To manually add students, under "Manually add students", click **Upload a CSV or text file** or type the identifiers for the students, then click **Add roster entries**. ## Renaming a classroom diff --git a/content/get-started/exploring-integrations/github-developer-program.md b/content/get-started/exploring-integrations/github-developer-program.md index 3c83d0072054..4bad1a3f8d97 100644 --- a/content/get-started/exploring-integrations/github-developer-program.md +++ b/content/get-started/exploring-integrations/github-developer-program.md @@ -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 partnerships@github.com 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:

+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. diff --git a/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md b/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md index 6685aa7b90f3..aed5889b25cb 100644 --- a/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md +++ b/content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server.md @@ -49,11 +49,11 @@ To get the most out of your trial, follow these steps: - Add users to your {% data variables.product.prodname_ghe_server %} instance using built-in authentication or your configured identity provider. For more information, see "[AUTOTITLE](/enterprise-server@latest/admin/identity-and-access-management/using-built-in-authentication/configuring-built-in-authentication)." - To invite people to become account administrators, visit the [{% data variables.product.prodname_enterprise %} Web portal](https://enterprise.github.com/login). - {% note %} + {% note %} - **Note:** People you invite to become account administrators will receive an email with a link to accept your invitation. + **Note:** People you invite to become account administrators will receive an email with a link to accept your invitation. - {% endnote %} + {% endnote %} {% data reusables.enterprise.best-practices %} diff --git a/data/reusables/user-settings/password-authentication-deprecation-desktop.md b/data/reusables/user-settings/password-authentication-deprecation-desktop.md index c04e48c62a29..44e5c67efaf6 100644 --- a/data/reusables/user-settings/password-authentication-deprecation-desktop.md +++ b/data/reusables/user-settings/password-authentication-deprecation-desktop.md @@ -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 %}