Skip to content

Commit 860970f

Browse files
authored
Merge pull request #258 from smorimoto/fix-overview-array
Escape array syntax appropriately in Markdown table
2 parents 7e355ba + ac681a8 commit 860970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v8.0.0/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ canonical: "/docs/manual/latest/overview"
7878

7979
| JavaScript | Us |
8080
| --------------------- | ---------------------------------- |
81-
| `[1, 2, 3]` | `[|1, 2, 3|]` |
81+
| `[1, 2, 3]` | <code>[&#124;1, 2, 3&#124;]</code> |
8282
| `myArray[1] = 10` | Same |
8383
| `[1, "Bob", true]` | `(1, "Bob", true)` \* |
8484

0 commit comments

Comments
 (0)