pub fn parse_inline_item(input: &str) -> IResult<&str, Item>
Parse an inline item without list prefix.
Interprets leading checkbox as Task, otherwise returns Value with Prefix::None.
Task
Value
Prefix::None