Support leading whitespace for list items.

This commit is contained in:
Tom Alexander
2023-03-17 16:37:47 -04:00
parent 37070689c6
commit 32897270a5
5 changed files with 26 additions and 9 deletions

View File

@@ -13,3 +13,5 @@ mod token;
mod util;
pub use document::document;
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;
pub use parser_context::ContextTree;
pub use plain_list::item;