Skip to content

Commit 2a89a3d

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 6779876 commit 2a89a3d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

table.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ description: "Display an arrangement of data in rows and columns"
1515
The Table component follows the official [markdown syntax](https://www.markdownguide.org/extended-syntax/#tables).
1616
</Tip>
1717

18-
<span className="hover:bg-cyan-500">
19-
To add a table
20-
21-
</span>
22-
23-
, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
18+
To add a table, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
2419

2520
```md
2621
| Property | Description |

0 commit comments

Comments
 (0)