-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I envisage the implementation to be something like this:
## Create a single-level bullet list of items
List [-Items] [string[]]
## Create a single-level numbered list of items
List [-Items] [string[]] -Numbered
## Create a multi-level bullet list
List [-ScriptBlock] {
Item 'apples'
List {
Item 'Granny smith'
Item 'Pink lady'
}
Item 'bananas'
Item 'oranges'
List {
Item 'Jaffa'
}
}
## Create a multi-level numbered list
List -Numbered [-ScriptBlock] {
Item 'apples' # 1
List {
Item 'Granny smith' # 1.1
Item 'Pink lady' # 1.2
}
Item 'bananas' # 2
Item 'oranges' # 3
List {
Item 'Jaffa' # 3.1
}
}Are there any other implementations or options that are needed?
Originally posted by @iainbrighton in #105 (comment)
Hello,
First of all, thank you for your work.
I saw in this post from 2020 that you were developing this feature.
Do you plan to release this feature?
For my part, I need two formats: Unordered and Ordered List
Thank you.
Cordially,
Thomas.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels