Move paragraph to its own module.

This commit is contained in:
Tom Alexander
2022-12-18 02:53:26 -05:00
parent 7fc19cc9a6
commit eaf8721ae9
4 changed files with 66 additions and 51 deletions

View File

@@ -3,6 +3,7 @@ mod combinator;
mod error;
mod link;
mod list;
mod paragraph;
mod parser_context;
mod parser_with_context;
mod text;