Skip to content

Commit f7811f3

Browse files
authored
docs: handle rendering code blocks without language (adobe#9400)
* handle rendering code blocks without language * remove unused text language * remove classname lang extraction
1 parent fdadb61 commit f7811f3

20 files changed

Lines changed: 49 additions & 21 deletions

packages/dev/s2-docs/pages/react-aria/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information, see the [Claude Code MCP documentation](https://docs.claud
6161

6262
Create or edit the configuration file `~/.codex/config.toml` and add:
6363

64-
```js
64+
```
6565
[mcp_servers.react-aria]
6666
command = "npx"
6767
args = ["@react-aria/mcp@latest"]

packages/dev/s2-docs/pages/react-aria/releases/v1-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In this release, we made a few last API updates to React Aria Components as they
105105

106106
## Released packages
107107

108-
```json
108+
```
109109
- react-aria@3.31.0
110110
- react-aria-components@1.0.0
111111
- react-stately@3.29.0

packages/dev/s2-docs/pages/react-aria/releases/v1-1-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ As always, huge thanks and appreciation for everyone in our community for their
8383

8484
## Released packages
8585

86-
```json
86+
```
8787
- react-aria@3.32.0
8888
- react-aria-components@1.1.0
8989
- react-stately@3.30.0

packages/dev/s2-docs/pages/react-aria/releases/v1-10-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As always, thank you to our community for their support and contributions!
8181

8282
## Released packages
8383

84-
```json
84+
```
8585
- react-aria@3.41.0
8686
- react-aria-components@1.10.0
8787
- react-stately@3.39.0

packages/dev/s2-docs/pages/react-aria/releases/v1-11-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ As always, thanks so much to everyone who contributed to this release!
100100

101101
## Released packages
102102

103-
```json
103+
```
104104
- react-aria@3.42.0
105105
- react-aria-components@1.11.0
106106
- react-stately@3.40.0

packages/dev/s2-docs/pages/react-aria/releases/v1-12-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ As always, a big thank you to everyone in the community for your feedback and co
8888

8989
## Released packages
9090

91-
```json
91+
```
9292
- react-aria@3.43.0
9393
- react-aria-components@1.12.0
9494
- react-stately@3.41.0

packages/dev/s2-docs/pages/react-aria/releases/v1-13-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To support multi-selection in React Aria Select, we are updating the API from `s
8484

8585
## Released packages
8686

87-
```json
87+
```
8888
- react-aria@3.44.0
8989
- react-aria-components@1.13.0
9090
- react-stately@3.42.0

packages/dev/s2-docs/pages/react-aria/releases/v1-14-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ As usual, we have included various new features and bug fixes, including support
8787

8888
## Released packages
8989

90-
```json
90+
```
9191
- @internationalized/date@3.10.1
9292
- @react-aria/actiongroup@3.7.22
9393
- @react-aria/autocomplete@3.0.0-rc.4

packages/dev/s2-docs/pages/react-aria/releases/v1-2-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Last but not least, we want to acknowledge all the wonderful contributors who ha
142142

143143
## Released packages
144144

145-
```json
145+
```
146146
- react-aria@3.33.0
147147
- react-aria-components@1.2.0
148148
- react-stately@3.31.0

packages/dev/s2-docs/pages/react-aria/releases/v1-3-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Because of various breaking changes, several packages are being bumped a major v
147147

148148
## Released packages
149149

150-
```json
150+
```
151151
- react-aria@3.34.0
152152
- react-aria-components@1.3.0
153153
- react-stately@3.32.0

0 commit comments

Comments
 (0)