re-export the preprocessor

This commit is contained in:
Adam Kerrigan 2021-02-15 17:06:00 +00:00
parent 5fa84ac880
commit 44153e5ebf
1 changed files with 2 additions and 0 deletions

View File

@ -3,10 +3,12 @@
pub use self::cmd::CmdPreprocessor;
pub use self::index::IndexPreprocessor;
pub use self::links::LinkPreprocessor;
pub use self::metadata::MetadataPreprocessor;
mod cmd;
mod index;
mod links;
mod metadata;
use crate::book::Book;
use crate::config::Config;