parse_inline_item

Function parse_inline_item 

Source
pub fn parse_inline_item(input: &str) -> IResult<&str, Item>
Expand description

Parse an inline item without list prefix.

Interprets leading checkbox as Task, otherwise returns Value with Prefix::None.