re-export the preprocessor
This commit is contained in:
parent
5fa84ac880
commit
44153e5ebf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue