Skip to content

Commit 7ff5856

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent c150c98 commit 7ff5856

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

list-table.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: "Lists and Tables"
33
description: "Display information in lists and tables"
4-
icon: 'list'
4+
icon: "list"
55
---
6+
67
## Lists
8+
79
### Ordered List
810

911
To create an ordered list, add line items with numbers followed by periods
@@ -22,7 +24,7 @@ To create an ordered list, add line items with numbers followed by periods
2224

2325
### Unordered List
2426

25-
To create an unordered list, add dashes (`-`), asterisks (`*`), or plus signs (`+`) in front of line items
27+
To create an unordered list, add dashes (`-`), asterisks (`*`), or plus signs (`+`) in front of line items.
2628

2729
- First item
2830
- Second item
@@ -55,9 +57,7 @@ Add indents on list items to nest them
5557
```
5658

5759
<Tip>
58-
59-
Lists follow the official [markdown syntax](https://www.markdownguide.org/basic-syntax/#lists-1).
60-
60+
Lists follow the official [markdown syntax](https://www.markdownguide.org/basic-syntax/#lists-1).
6161
</Tip>
6262

6363
## Tables
@@ -68,13 +68,10 @@ Lists follow the official [markdown syntax](https://www.markdownguide.org/basic-
6868
| Age | Reported age |
6969
| Joined | Whether the user joined the community |
7070

71-
7271
### Creating a table
7372

7473
<Tip>
75-
76-
The Table component follows the official [markdown syntax](https://www.markdownguide.org/extended-syntax/#tables).
77-
74+
The Table component follows the official [markdown syntax](https://www.markdownguide.org/extended-syntax/#tables).
7875
</Tip>
7976

8077
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.

0 commit comments

Comments
 (0)