Skip to content

Commit 79ac32b

Browse files
authored
Fix content issues for CommonMark migration (github#42049)
1 parent d55a6fc commit 79ac32b

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

content/actions/using-workflows/manually-running-a-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ To trigger the `workflow_dispatch` event, your workflow must be in the default b
3535
![Screenshot of the "Actions" page. Features apart from one workflow in the left sidebar are grayed out.](/assets/images/help/repository/actions-select-workflow.png)
3636
{%- endif %}
3737
1. Above the list of workflow runs, click the **Run workflow** button.
38-
{% note %}
38+
{% note %}
3939

40-
**Note:** To see the **Run workflow** button, your workflow file must use the `workflow_dispatch` event trigger. Only workflow files that use the `workflow_dispatch` event trigger will have the option to run the workflow manually using the **Run workflow** button. For more information about configuring the `workflow_dispatch` event, see "[AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch)."
40+
**Note:** To see the **Run workflow** button, your workflow file must use the `workflow_dispatch` event trigger. Only workflow files that use the `workflow_dispatch` event trigger will have the option to run the workflow manually using the **Run workflow** button. For more information about configuring the `workflow_dispatch` event, see "[AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch)."
4141

42-
{% endnote %}
42+
{% endnote %}
4343

4444
![Screenshot of a workflow page. Above the list of workflow runs, a button, labeled "Run workflow", is outlined in dark orange.](/assets/images/help/actions/actions-workflow-dispatch.png)
4545
1. Select the **Branch** dropdown menu and click a branch to run the workflow on.

content/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ For more information, see "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/diff
4242
{% data reusables.user-settings.oauth_apps %}
4343
1. Click **New OAuth App**.
4444

45-
{% note %}
45+
{% note %}
4646

47-
**Note:** If you haven't created an app before, this button will say, **Register a new application**.
47+
**Note:** If you haven't created an app before, this button will say, **Register a new application**.
4848

49-
{% endnote %}
49+
{% endnote %}
5050
1. In "Application name", type the name of your app.
5151

52-
{% warning %}
52+
{% warning %}
5353

54-
**Warning:** Only use information in your {% data variables.product.prodname_oauth_app %} that you consider public. Avoid using sensitive data, such as internal URLs, when creating an {% data variables.product.prodname_oauth_app %}.
54+
**Warning:** Only use information in your {% data variables.product.prodname_oauth_app %} that you consider public. Avoid using sensitive data, such as internal URLs, when creating an {% data variables.product.prodname_oauth_app %}.
5555

56-
{% endwarning %}
56+
{% endwarning %}
5757

5858
1. In "Homepage URL", type the full URL to your app's website.
5959
1. Optionally, in "Application description", type a description of your app that users will see.

content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can authenticate to {% data variables.product.product_name %} in your browse
5353
- You'll create a password when you create your account on {% data variables.product.product_name %}. We recommend that you use a password manager to generate a random and unique password. For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-strong-password)."{% ifversion fpt or ghec %}
5454
- If you have not enabled 2FA, {% data variables.product.product_name %} will ask for additional verification when you first sign in from an unrecognized device, such as a new browser profile, a browser where the cookies have been deleted, or a new computer.
5555

56-
After providing your username and password, you will be asked to provide a verification code that we will send to you via email. If you have the {% data variables.product.prodname_mobile %} application installed, you'll receive a notification there instead. For more information, see "[AUTOTITLE](/get-started/using-github/github-mobile)."{% endif %}
56+
After providing your username and password, you will be asked to provide a verification code that we will send to you via email. If you have the {% data variables.product.prodname_mobile %} application installed, you'll receive a notification there instead. For more information, see "[AUTOTITLE](/get-started/using-github/github-mobile)."{% endif %}
5757
- **Two-factor authentication (2FA)** (recommended)
5858
- If you enable 2FA, after you successfully enter your username and password, we'll also prompt you to provide a code that's generated by a time-based one time password (TOTP) application on your mobile device{% ifversion fpt or ghec %} or sent as a text message (SMS).{% endif %}{% ifversion 2fa-check-up-period %}
5959
- After you configure 2FA, your account enters a check up period for 28 days. You can leave the check up period by successfully performing 2FA within those 28 days. If you don't perform 2FA in that timespan, you'll then be asked to perform 2FA inside one of your existing {% data variables.product.prodname_dotcom_the_website %} sessions.

content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To illustrate how `git filter-repo` works, we'll show you how to remove your fil
8484
brew install git-filter-repo
8585
```
8686

87-
For more information, see [_INSTALL.md_](https://github.com/newren/git-filter-repo/blob/main/INSTALL.md) in the `newren/git-filter-repo` repository.
87+
For more information, see [_INSTALL.md_](https://github.com/newren/git-filter-repo/blob/main/INSTALL.md) in the `newren/git-filter-repo` repository.
8888

8989
1. If you don't already have a local copy of your repository with sensitive data in its history, [clone the repository](/repositories/creating-and-managing-repositories/cloning-a-repository) to your local computer.
9090

data/reusables/gpg/copy-ssh-public-key.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1. Copy the SSH public key to your clipboard.
22

33
If your SSH public key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
4-
{% mac %}
4+
{% mac %}
55

66
```shell
77
$ pbcopy < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
@@ -13,8 +13,8 @@
1313
**Tip:** If `pbcopy` isn't working, you can locate the hidden `.ssh` folder, open the file in your favorite text editor, and copy it to your clipboard.
1414

1515
{% endtip %}
16-
{% endmac %}
17-
{% windows %}
16+
{% endmac %}
17+
{% windows %}
1818

1919
```shell
2020
$ clip < ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
@@ -34,8 +34,8 @@
3434
```
3535

3636
{% endnote %}
37-
{% endwindows %}
38-
{% linux %}
37+
{% endwindows %}
38+
{% linux %}
3939

4040
```shell
4141
$ cat ~/.ssh/id_{% ifversion ghae %}rsa{% else %}ed25519{% endif %}.pub
@@ -48,4 +48,4 @@
4848
**Tip:** Alternatively, you can locate the hidden `.ssh` folder, open the file in your favorite text editor, and copy it to your clipboard.
4949

5050
{% endtip %}
51-
{% endlinux %}
51+
{% endlinux %}

0 commit comments

Comments
 (0)