1 2 3 4 5
pub mod markdown; pub mod text; pub use markdown::MarkdownProvider; pub use text::PlainTextProvider;