Start of list item implementation.
This commit is contained in:
@@ -110,6 +110,11 @@ impl<'a> Source<'a> for PlainList<'a> {
|
||||
#[derive(Debug)]
|
||||
pub struct ListItem<'a> {
|
||||
pub source: &'a str,
|
||||
pub bullet: &'a str,
|
||||
pub counter_set: &'a str,
|
||||
pub check_box: &'a str,
|
||||
pub item_tag: &'a str,
|
||||
pub contents: Vec<TextElement<'a>>,
|
||||
}
|
||||
|
||||
impl<'a> Source<'a> for ListItem<'a> {
|
||||
|
||||
Reference in New Issue
Block a user