Start adding paragraph.

This commit is contained in:
Tom Alexander
2023-12-27 18:47:59 -05:00
parent 90d4b11922
commit 5272e2f1b4
2 changed files with 30 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ pub use additional_property::AdditionalPropertyValue;
pub use ast_node::WasmAstNode;
pub use document::WasmDocument;
pub(crate) use headline::WasmHeadline;
pub(crate) use paragraph::WasmParagraph;
pub use parse_result::ParseResult;
pub(crate) use section::WasmSection;
pub(crate) use standard_properties::WasmStandardProperties;