Skip to content

Commit f7811f3

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

File tree

20 files changed

+49
-21
lines changed

20 files changed

+49
-21
lines changed

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
110110
111111

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
8888
8989

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
8686
8787

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
105105
106106

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
9393
9494

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
8989
9090

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/[email protected]
9292
- @react-aria/[email protected]
9393
- @react-aria/[email protected]

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
147147
148148

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
152152
153153

0 commit comments

Comments
 (0)