Implement the horizontal rule parser.

This commit is contained in:
Tom Alexander
2023-04-21 22:23:59 -04:00
parent 3fb0de97cf
commit bfffde3fdb
7 changed files with 77 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ mod fixed_width_area;
mod footnote_definition;
mod greater_block;
mod greater_element;
mod horizontal_rule;
mod lesser_block;
mod lesser_element;
mod list;
@@ -49,6 +50,7 @@ pub use lesser_element::DiarySexp;
pub use lesser_element::ExampleBlock;
pub use lesser_element::ExportBlock;
pub use lesser_element::FixedWidthArea;
pub use lesser_element::HorizontalRule;
pub use lesser_element::Paragraph;
pub use lesser_element::Planning;
pub use lesser_element::SrcBlock;