Add note about non-list-items in lists · syntax-tree/mdast@24615f3 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 24615f3
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -261,7 +261,8 @@ Yields: | ||
261 | 261 | |
262 | 262 | ### `List` |
263 | 263 | |
264 | -`List` ([`Parent`][parent]) contains [`ListItem`s][listitem]. | |
264 | +`List` ([`Parent`][parent]) contains [`ListItem`s][listitem]. No other nodes | |
265 | +may occur in lists. | |
265 | 266 | |
266 | 267 | The `start` property contains the starting number of the list when |
267 | 268 | `ordered: true`; `null` otherwise. |