Skip to content

Commit ac681a8

Browse files
committed
Escape array syntax appropriately in Markdown table
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 40063cc commit ac681a8

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)