@@ -0,0 +1 @@
+pub mod markdown;
@@ -1,3 +1,4 @@
pub mod core;
pub mod errors;
+pub mod parser;
pub mod rich_text;