Store the affiliated keywords on the plainlist.

This commit is contained in:
Tom Alexander
2023-10-10 18:10:34 -04:00
parent d550966516
commit 6e39029f91
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ use super::StandardProperties;
#[derive(Debug)]
pub struct PlainList<'s> {
pub source: &'s str,
pub affiliated_keywords: Vec<Keyword<'s>>,
pub name: Option<&'s str>,
pub list_type: PlainListType,
pub children: Vec<PlainListItem<'s>>,