ListItem
contentisChecked
contentitemisCheckedposition
Analogues
ListItem
schema.org ListItem: Direct schema.org source type, extended in Stencila with rich block contentand task-list state. HTML <li>: Closest HTML analogue for list items, though Stencila can also carry isChecked, position, and structured node-valued itemmetadata. JATS <list-item>: Closest JATS analogue for list items. Pandoc Plain: One common Pandoc representation for a simple list item containing inline-only content. Pandoc BulletList: Pandoc models list items as nested block lists within list constructors rather than as standalone ListItemnodes. MDAST ListItem: Closest MDAST analogue; Stencila additionally supports schema.org-style item metadata and explicit checklist state.
Properties
ListItem
content | Block | ||
item | Node | ||
isChecked | Boolean | ||
position | Integer | ||
alternateNames | String | Thing | |
description | String | Thing | |
identifiers | PropertyValueString | Thing | |
images | ImageObject | Thing | |
name | String | Thing | |
url | String | Thing | |
id | String | Entity |
Related
ListItem
Parents: ThingChildren: none
Bindings
ListItem
Testing
ListItem
content | vec_paragraphs(1) | ||
vec_blocks_list_item(1) | |||
vec_blocks_list_item(2) | |||
vec_blocks_list_item(4) |
ListItem.yamldocs_types.rs