Skip to content

Commit d93482c

Browse files
rachmarimchammer01
andauthored
Fix Markdown that is not Commonmark compliant (#41582)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 959125f commit d93482c

File tree

12 files changed

+25
-46
lines changed

12 files changed

+25
-46
lines changed

content/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise.md

+9-29
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,28 @@ topics:
2020

2121
{% data reusables.advanced-security.ghas-helps-developers %}
2222

23-
{% ifversion ghes %}
2423
When you enable {% data variables.product.prodname_GH_advanced_security %} for your enterprise, repository administrators in all organizations can enable the features unless you set up a policy to restrict access. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise)."
25-
{% else %}
26-
When you enable {% data variables.product.prodname_GH_advanced_security %} for your enterprise, repository administrators in all organizations can enable the features.
27-
{% endif %}
2824

2925
{% ifversion secret-scanning-enterprise-level-api %}{% data reusables.secret-scanning.secret-scanning-enterprise-level-api %}{% endif %}
3026

31-
{% ifversion ghes %}
3227
For guidance on a phased deployment of GitHub Advanced Security, see "[AUTOTITLE](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale)."
33-
{% endif %}
3428

3529
## Checking whether your license includes {% data variables.product.prodname_GH_advanced_security %}
3630

37-
{% ifversion ghes %}
3831
{% data reusables.enterprise-accounts.access-enterprise %}
3932
{% data reusables.enterprise-accounts.settings-tab %}
4033
{% data reusables.enterprise-accounts.license-tab %}
4134
1. If your license includes {% data variables.product.prodname_GH_advanced_security %}, the license page includes a section showing details of current usage.
42-
{% endif %}
4335

4436
## Prerequisites for enabling {% data variables.product.prodname_GH_advanced_security %}
4537

46-
1. Upgrade your license for {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}.{% ifversion ghes %} For information about licensing, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)."{% endif %}
38+
1. Upgrade your license for {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}. For information about licensing, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)."
4739
1. Download the new license file. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise)."
48-
1. Upload the new license file to {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server)."{% ifversion ghes %}
40+
1. Upload the new license file to {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server)."
4941
1. Review the prerequisites for the features you plan to enable.
5042

5143
- {% data variables.product.prodname_code_scanning_caps %}, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance#prerequisites-for-code-scanning)."
52-
- {% data variables.product.prodname_secret_scanning_caps %}, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance#prerequisites-for-secret-scanning)."{% endif %}
44+
- {% data variables.product.prodname_secret_scanning_caps %}, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance#prerequisites-for-secret-scanning)."
5345
- {% data variables.product.prodname_dependabot %}, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
5446

5547
## Enabling and disabling {% data variables.product.prodname_GH_advanced_security %} features
@@ -59,11 +51,7 @@ For guidance on a phased deployment of GitHub Advanced Security, see "[AUTOTITLE
5951
{% data reusables.enterprise_site_admin_settings.access-settings %}
6052
{% data reusables.enterprise_site_admin_settings.management-console %}
6153
{% data reusables.enterprise_management_console.advanced-security-tab %}
62-
{%- ifversion ghes %}
6354
1. Under "Security," select the features that you want to enable and deselect any features you want to disable.
64-
{%- else %}
65-
1. Under "{% data variables.product.prodname_advanced_security %}," select **{% data variables.product.prodname_code_scanning_caps %}**.
66-
{%- endif %}
6755
{% data reusables.enterprise_management_console.save-settings %}
6856

6957
When {% data variables.product.product_name %} has finished restarting, you're ready to set up any additional resources required for newly enabled features. For more information, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance)."
@@ -90,15 +78,11 @@ For example, you can enable any {% data variables.product.prodname_GH_advanced_s
9078
ghe-config app.secret-scanning.enabled true
9179
```
9280

93-
- To enable the dependency graph, enter the following {% ifversion ghes %}command{% else %}commands{% endif %}.
94-
{% ifversion ghes %}```shell
95-
ghe-config app.dependency-graph.enabled true
81+
- To enable the dependency graph, enter the following command.
9682

83+
```shell
84+
ghe-config app.dependency-graph.enabled true
9785
```
98-
{% else %}```shell
99-
ghe-config app.github.dependency-graph-enabled true
100-
ghe-config app.github.vulnerability-alerting-and-settings-enabled true
101-
```{% endif %}
10286

10387
1. Optionally, disable features for {% data variables.product.prodname_GH_advanced_security %}.
10488

@@ -115,15 +99,11 @@ For example, you can enable any {% data variables.product.prodname_GH_advanced_s
11599
ghe-config app.secret-scanning.enabled false
116100
```
117101

118-
- To disable the dependency graph, enter the following {% ifversion ghes %}command{% else %}commands{% endif %}.
119-
{% ifversion ghes %}```shell
120-
ghe-config app.dependency-graph.enabled false
102+
- To disable the dependency graph, enter the following command.
121103

104+
```shell
105+
ghe-config app.dependency-graph.enabled false
122106
```
123-
{% else %}```shell
124-
ghe-config app.github.dependency-graph-enabled false
125-
ghe-config app.github.vulnerability-alerting-and-settings-enabled false
126-
```{% endif %}
127107

128108
1. Apply the configuration.
129109

content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ If you're setting up your AMI for the first time, you will need to create a secu
9696
aws ec2 authorize-security-group-ingress --group-id SECURITY_GROUP_ID --protocol PROTOCOL --port PORT_NUMBER --cidr SOURCE IP RANGE
9797
```
9898

99-
This table identifies what each port is used for.
100-
101-
{% data reusables.enterprise_installation.necessary_ports %}
99+
This table identifies what each port is used for.
102100

101+
{% data reusables.enterprise_installation.necessary_ports %}
103102
## Creating the {% data variables.product.prodname_ghe_server %} instance
104103

105104
To create the instance, you'll need to launch an EC2 instance with your {% data variables.product.prodname_ghe_server %} AMI and attach an additional storage volume for your instance data. For more information, see "[Hardware considerations](#hardware-considerations)."

content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If an organization enforces SAML SSO, you cannot use the enterprise settings to
5555
- If the organization uses SCIM, accept the organization invitation that will be generated by the SCIM integration.
5656
- If the organization does not use SCIM, visit the following URL, replacing ORGANIZATION with the name of the organization, then follow the prompts to authenticate.
5757

58-
`https://github.com/orgs/ORGANIZATION/sso`
58+
`https://github.com/orgs/ORGANIZATION/sso`
5959

6060
After you've joined the organization, you can use the enterprise settings to manage your role in the organization, such as becoming an organization owner. For more information, see "[Managing your role with the enterprise settings](#managing-your-role-with-the-enterprise-settings)."
6161

content/code-security/code-scanning/managing-code-scanning-alerts/tracking-code-scanning-alerts-in-issues-using-task-lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ Instead of tracking a {% data variables.product.prodname_code_scanning %} alert
8585
1. Begin creating an issue through the API. For more information, see "[Create an issue](/rest/issues/issues#create-an-issue)."
8686
1. Provide the code scanning link within the body of the issue. You must use the following task list syntax to create the tracked relationship: `- [ ] <full-URL-to-the-code-scanning-alert>`.
8787

88-
For example, if you add `- [ ] https://github.com/octocat-org/octocat-repo/security/code-scanning/17` to an issue, the issue will track the code scanning alert that has an ID number of 17 in the **Security** tab of the `octocat-repo` repository in the `octocat-org` organization.
88+
For example, if you add `- [ ] https://github.com/octocat-org/octocat-repo/security/code-scanning/17` to an issue, the issue will track the code scanning alert that has an ID number of 17 in the **Security** tab of the `octocat-repo` repository in the `octocat-org` organization.

content/code-security/secret-scanning/secret-scanning-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This table lists the secrets supported by {% data variables.product.prodname_sec
9191
{% ifversion fpt %}
9292

9393
| Provider | Token | Partner | User | Push protection | Validity check |
94-
|----|:----|:----:|:----:|:----:|
94+
|----|:----|:----:|:----:|:----:|:----:|
9595
{%- for entry in secretScanningData %}
9696
| {{ entry.provider }} | {{ entry.secretType }} | {% if entry.isPublic %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.isPrivateWithGhas %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasPushProtection %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} | {% if entry.hasValidityCheck %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Unsupported" %}{% endif %} |
9797
{%- endfor %}

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
You can set the following top-level keys for each issue form.
4141
4242
| Key | Description | Required | Type |
43-
| :-- | :-- | :-- | :-- | :-- |
43+
| :-- | :-- | :-- | :-- |
4444
| `name` | A name for the issue form template. Must be unique from all other templates, including Markdown templates. | Required | String |
4545
| `description` | A description for the issue form template, which appears in the template chooser interface. | Required | String |
4646
| `body` | Definition of the input types in the form. | Required | Array |

content/discussions/managing-discussions-for-your-community/syntax-for-discussion-category-forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
You can set the following top-level keys for each issue form.
4040
4141
| Key | Description | Required | Type |
42-
| :-- | :-- | :-- | :-- | :-- |
42+
| :-- | :-- | :-- | :-- |
4343
| `body` | Definition of the input types in the discussion form. | Required | Array |
4444
| `labels` | Labels that will automatically be added to discussions created with this template. | Optional | Array or comma-delimited string |
4545
| `title` | A default title that will be pre-populated in the discussion submission form. | Optional | String |

content/get-started/using-github/github-command-palette.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ These keystrokes are available when the command palette is in navigation and sea
138138
These commands are available from all scopes.
139139

140140
| Command | Behavior|
141-
| :- | :- | :- |
141+
| :- | :- |
142142
|`Import repository`|Create a new repository by importing a project from another version control system. For more information, see "[AUTOTITLE](/migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer)." |
143143
|`New gist`|Open a new gist. For more information, see "[AUTOTITLE](/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists)." |
144144
|`New organization`|Create a new organization. For more information, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch)." |

content/issues/planning-and-tracking-with-projects/automating-your-project/adding-items-automatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When you enable the auto-add workflow, existing items matching your criteria wil
2222
The auto-add workflow supports a subset of filters. You can use the following filters when configuring your workflow.
2323

2424
| Qualifier | Possible values
25-
| --- | --- | --- |
25+
| --- | --- |
2626
| `is` | open, closed, merged, draft, issue, pr
2727
| `label` | "label name"
2828
| `reason` | completed, reopened, "not planned"

content/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can configure your project's built-in workflows to automatically archive ite
2222
The auto-archive workflow supports a subset of filters. You can use the following filters when configuring your workflow.
2323

2424
| Qualifier | Possible values
25-
| --- | --- | --- |
25+
| --- | --- |
2626
| `is` | `open`, `closed`, `merged`, `draft`, `issue`, `pr`
2727
| `reason` | `completed`, `reopened`, `"not planned"`
2828
| `updated` | <code><@today-<em>14</em>d</code> (the last 14 days), <code><@today-<em>3</em>w</code> (the last 3 weeks), <code><@today-<em>1</em>m</code> (the last month)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. Download the upgrade package to {% data variables.location.product_location %} using `curl`:
22

3-
```shell
4-
admin@HOSTNAME:~$ curl -L -O UPGRADE-PKG-URL
5-
```
3+
```shell
4+
admin@HOSTNAME:~$ curl -L -O UPGRADE-PKG-URL
5+
```
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. Connect to the replica node over SSH as the `admin` user on port 122:
22

3-
```shell
4-
ssh -p 122 admin@REPLICA_HOST
5-
```
3+
```shell
4+
ssh -p 122 admin@REPLICA_HOST
5+
```

0 commit comments

Comments
 (0)