Skip to content

Commit 6ac2724

Browse files
committed
remove all jsx/mdx render hacks
1 parent 3ab6f1e commit 6ac2724

34 files changed

+119
-172
lines changed

docs/api/commands/origin.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ limitation determined by standard web security features of the browser. The
1313

1414
:::caution
1515

16-
<strong>
17-
<Icon name="exclamation-triangle" /> Obstructive Third Party Code
18-
</strong>
16+
<Icon name="exclamation-triangle" /> **Obstructive Third Party Code**
1917

2018
By default Cypress will search through the response streams coming from your
2119
server on first party `.html` and `.js` files and replace code that matches

docs/faq/questions/using-cypress-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ a look at [cypress-movie](https://github.com/bahmutov/cypress-movie) project.
11051105
Yes, for example see [this webinar](https://www.youtube.com/watch?v=U30BKedA2CY)
11061106
hosted by Curiosity Software. In addition, since our
11071107

1108-
&#8239;<Icon name="github" inline="true" contentType="rwa" /> is implemented using XState
1108+
<Icon name="github" inline="true" contentType="rwa" /> is implemented using XState
11091109
model state library, we are looking for ways to make model-based testing simpler
11101110
and more powerful. Read [Access XState from Cypress Test](https://glebbahmutov.com/blog/cypress-and-xstate/) for our start.
11111111

docs/guides/cloud/account-management/enterprise-sso.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ sidebar_position: 40
55

66
:::tip
77

8-
<strong>
9-
<Icon name="star" /> Premium Cypress Cloud Feature
10-
</strong>
8+
<Icon name="star" /> **Premium Cypress Cloud Feature**
119

1210
Enterprise SSO is included in our
1311
[Business and Enterprise paid pricing plans](https://www.cypress.io/pricing).

docs/guides/cloud/account-management/organizations.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ See our integration guides to learn more:
7272

7373
{/* prettier-ignore-start */}
7474

75-
- &#8239;<Logo src="/img/logo/github.svg" /> [GitHub integration guide](/guides/cloud/integrations/source-control/github)
76-
- &#8239;<Logo src="/img/logo/gitlab.svg" /> [GitLab integration guide](/guides/cloud/integrations/source-control/gitlab)
77-
- &#8239;<Logo src="/img/logo/bitbucket.svg" /> [Bitbucket integration guide](/guides/cloud/integrations/source-control/bitbucket)
75+
- <Logo src="/img/logo/github.svg" /> [GitHub integration guide](/guides/cloud/integrations/source-control/github)
76+
- <Logo src="/img/logo/gitlab.svg" /> [GitLab integration guide](/guides/cloud/integrations/source-control/gitlab)
77+
- <Logo src="/img/logo/bitbucket.svg" /> [Bitbucket integration guide](/guides/cloud/integrations/source-control/bitbucket)
7878

7979
### Issue Management
8080

81-
- &#8239;<Logo src="/img/logo/jira.svg" /> [Jira integration guide](/guides/cloud/integrations/jira)
81+
- <Logo src="/img/logo/jira.svg" /> [Jira integration guide](/guides/cloud/integrations/jira)
8282

8383
### Team Communication
8484

85-
- &#8239;<Logo src="/img/logo/slack.svg" /> [Cypress integration for Slack guide](/guides/cloud/integrations/slack)
86-
- &#8239;<Logo src="/img/logo/ms-teams.svg" /> [Cypress integration for Microsoft Teams guide](/guides/cloud/integrations/teams)
85+
- <Logo src="/img/logo/slack.svg" /> [Cypress integration for Slack guide](/guides/cloud/integrations/slack)
86+
- <Logo src="/img/logo/ms-teams.svg" /> [Cypress integration for Microsoft Teams guide](/guides/cloud/integrations/teams)
8787

8888
{/* prettier-ignore-end */}

docs/guides/cloud/account-management/projects.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,17 +339,17 @@ See our integration guides to learn more:
339339

340340
{/* prettier-ignore-start */}
341341

342-
- &#8239;<Logo src="/img/logo/github.svg" /> [GitHub integration guide](/guides/cloud/integrations/source-control/github)
343-
- &#8239;<Logo src="/img/logo/gitlab.svg" /> [GitLab integration guide](/guides/cloud/integrations/source-control/gitlab)
344-
- &#8239;<Logo src="/img/logo/bitbucket.svg" /> [Bitbucket integration guide](/guides/cloud/integrations/source-control/bitbucket)
342+
- <Logo src="/img/logo/github.svg" /> [GitHub integration guide](/guides/cloud/integrations/source-control/github)
343+
- <Logo src="/img/logo/gitlab.svg" /> [GitLab integration guide](/guides/cloud/integrations/source-control/gitlab)
344+
- <Logo src="/img/logo/bitbucket.svg" /> [Bitbucket integration guide](/guides/cloud/integrations/source-control/bitbucket)
345345

346346
### Issue Management
347347

348-
- &#8239;<Logo src="/img/logo/jira.svg" /> [Jira integration guide](/guides/cloud/integrations/jira)
348+
- <Logo src="/img/logo/jira.svg" /> [Jira integration guide](/guides/cloud/integrations/jira)
349349

350350
### Team Communication
351351

352-
- &#8239;<Logo src="/img/logo/slack.svg" /> [Cypress integration for Slack guide](/guides/cloud/integrations/slack)
353-
- &#8239;<Logo src="/img/logo/ms-teams.svg" /> [Cypress integration for Microsoft Teams guide](/guides/cloud/integrations/teams)
352+
- <Logo src="/img/logo/slack.svg" /> [Cypress integration for Slack guide](/guides/cloud/integrations/slack)
353+
- <Logo src="/img/logo/ms-teams.svg" /> [Cypress integration for Microsoft Teams guide](/guides/cloud/integrations/teams)
354354

355355
{/* prettier-ignore-end */}

docs/guides/cloud/branch-review.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Recording exactly one run for every commit as the best/only way to ensure comple
139139
- <img
140140
className="br-ui"
141141
src="/img/guides/cloud/branch-review/test-status-total.png"
142-
/> total count, for example, <em>3 new and 1 existing</em>
142+
/> total count, for example, _3 new and 1 existing_
143143
4. The test state (failed, flaky, pending) is also indicated at the spec level
144144
- _new_ = the state was <u>not</u> previously captured, but now <u>is</u> captured<br />(newly pending tests can imply an `it.skip()` was not removed)
145145
- _existing_ = the state <u>was</u> previously captured and now <u>is still</u> captured

docs/guides/cloud/flaky-test-management.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ mitigate flaky tests from failing entire test runs or CI builds.
3434

3535
:::tip
3636

37-
<strong>
38-
<Icon name="star" /> Premium Cypress Cloud Feature
39-
</strong>
37+
<Icon name="star" /> **Premium Cypress Cloud Feature**
4038

4139
**Test flake detection** is available to users with a
4240
[Team Cypress Cloud plan](https://cypress.io/pricing).
@@ -78,9 +76,7 @@ result in a given test case to be flagged as flaky.
7876

7977
:::tip
8078

81-
<strong>
82-
<Icon name="star" /> Premium Cypress Cloud Feature
83-
</strong>
79+
<Icon name="star" /> **Premium Cypress Cloud Feature**
8480

8581
**Test flake analytics** are available to users with a
8682
[Team Cypress Cloud plan](https://cypress.io/pricing).
@@ -157,9 +153,7 @@ while exhibiting flake as demonstrated below:
157153

158154
:::tip
159155

160-
<strong>
161-
<Icon name="star" /> Premium Cypress Cloud Feature
162-
</strong>
156+
<Icon name="star" /> **Premium Cypress Cloud Feature**
163157

164158
**Test flake alerting** is available to users with a
165159
[Team Cypress Cloud plan](https://cypress.io/pricing).

docs/guides/cloud/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ can also record your tests when running locally.
3131

3232
:::tip
3333

34-
&#8239<Icon name="check-circle" color="green" /> Make sure to
34+
<Icon name="check-circle" color="green" /> Make sure to
3535
[install](/guides/getting-started/installing-cypress) and
3636
[open](/guides/getting-started/opening-the-app) the Cypress app to get started
3737
recording!

docs/guides/cloud/integrations/jira.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ sidebar_label: Jira
66

77
:::tip
88

9-
<strong>
10-
<Icon name="star" /> Premium Cypress Cloud Feature
11-
</strong>
9+
<Icon name="star" /> **Premium Cypress Cloud Feature**
1210

1311
**Jira integration** is available to users with a
1412
[Team Cypress Cloud plan](https://cypress.io/pricing).
@@ -72,9 +70,12 @@ workflow to enable:
7270
src="/img/guides/cloud/integrations/jira/dashboard-jira-integration-completed.png"
7371
alt="Cypress Cloud Jira Integration"
7472
/>
75-
<strong>Note</strong>
7673

77-
Only one Active installation is supported
74+
:::caution
75+
76+
<Icon name="exclamation-triangle" /> Only one Active installation is supported
77+
78+
:::
7879

7980
## Creating a Jira issue for a test case
8081

@@ -120,8 +121,6 @@ Let's walk through creating a Jira issue for a failing test:
120121

121122
:::info
122123

123-
<strong>Note</strong>
124-
125124
The create issue within Jira will include a link back Cypress Cloud for the
126125
associated test.
127126

docs/guides/cloud/integrations/source-control/github.mdx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to use GitHub integration.
1717

1818
:::caution
1919

20-
&#8239;<Icon name="exclamation-triangle" /> The user enabling the integration must be a GitHub admin to enable repository access.
20+
<Icon name="exclamation-triangle" /> The user enabling the integration must be a GitHub admin to enable repository access.
2121

2222
:::
2323

@@ -37,9 +37,7 @@ If you still face issues after this, please
3737

3838
:::tip
3939

40-
<strong>
41-
<Icon name="star" /> Premium Cypress Cloud Feature
42-
</strong>
40+
<Icon name="star" /> **Premium Cypress Cloud Feature**
4341

4442
GitHub Enterprise integration is included in our
4543
[Business and Enterprise paid pricing plans](https://www.cypress.io/pricing).
@@ -285,8 +283,8 @@ them into Cypress Cloud, and complete the activation process.
285283

286284
:::info
287285

288-
All current and <em>future</em> repositories will be included with this
289-
installation if you choose <strong>All repositories</strong>.
286+
All current and _future_ repositories will be included with this
287+
installation if you choose **All repositories**.
290288

291289
:::
292290

@@ -326,7 +324,7 @@ can now enable GitHub Integration for _any_ Cypress project.
326324
:::info
327325

328326
You can quickly get to a project's GitHub Integrations settings by clicking on
329-
the <strong>Configure</strong> link of the desired project within an
327+
the **Configure** link of the desired project within an
330328
organization's Integrations page:
331329

332330
:::
@@ -408,9 +406,7 @@ integration settings:
408406

409407
:::tip
410408

411-
<strong>
412-
<Icon name="star" /> Premium Cypress Cloud Feature
413-
</strong>
409+
<Icon name="star" /> **Premium Cypress Cloud Feature**
414410

415411
Reporting on flaky status checks is included in our
416412
[Team, Business and Enterprise paid pricing plans](https://www.cypress.io/pricing).

0 commit comments

Comments
 (0)