Start the plain list module.

This commit is contained in:
Tom Alexander
2022-12-18 03:29:01 -05:00
parent f39319702c
commit 76b2325486
3 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ mod list;
mod paragraph;
mod parser_context;
mod parser_with_context;
mod plain_list;
mod text;
mod token;
mod util;