Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Nov 6, 2024
1 parent c6d99ef commit 84dc345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ Object `ItemMeta` for Ordered list
| Field | Type | Description |
| ------- | --------- | ------------------------- |
| start | `number` | number for list to start with, default is 1 |
| counter | `string` | counter type for list, it could be `numeric`, `lower-roman`, `upper-roman`, `lower-alpha`, `upper-alpha`, default is `numeric` |
| counterType | `string` | counter type for list, it could be `numeric`, `lower-roman`, `upper-roman`, `lower-alpha`, `upper-alpha`, default is `numeric` |


Object `ItemMeta` for Ordered and Unordered lists would be empty.
Object `ItemMeta` for Unordered list would be empty.


## Example of the content for `Unordered List`
Expand Down

0 comments on commit 84dc345

Please sign in to comment.