Add check for name on paragraph.

This commit is contained in:
Tom Alexander
2023-10-04 19:56:39 -04:00
parent 057c8a1387
commit a26640355c
5 changed files with 26 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ pub(crate) fn paragraph<'b, 'g, 'r, 's>(
remaining,
Paragraph {
source: source.into(),
name: None, // TODO
children,
},
))