Add tests for odd headline levels.

This commit is contained in:
Tom Alexander
2023-09-29 16:37:22 -04:00
parent 0c363c8dd6
commit 07e11e359a
9 changed files with 56 additions and 19 deletions

View File

@@ -26,5 +26,6 @@ pub use file_access_interface::FileAccessInterface;
pub use file_access_interface::LocalFileAccessInterface;
pub use global_settings::GlobalSettings;
pub use global_settings::HeadlineLevelFilter;
pub use global_settings::DEFAULT_TAB_WIDTH;
pub(crate) use list::List;
pub(crate) use parser_with_context::parser_with_context;