Call the text markup parser.

This commit is contained in:
Tom Alexander
2023-04-22 18:54:19 -04:00
parent 99645ea14c
commit 538031c688
3 changed files with 28 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ mod property_drawer;
pub mod sexp;
mod source;
mod table;
mod text_markup;
mod util;
pub use document::document;
pub use document::Document;