Expose a document parser and implement the paragraph parser so something is hitting our macro.

This commit is contained in:
Tom Alexander
2022-07-16 18:26:53 -04:00
parent 040671b98f
commit fdd5b532fc
4 changed files with 14 additions and 8 deletions

View File

@@ -2,4 +2,4 @@ mod nom_context;
mod parser_with_context;
mod text;
mod text_element_parser;
pub use text::paragraph;
pub use text::document;