Trait cdoc::processors::MarkdownPreprocessor
source · pub trait MarkdownPreprocessor: Display {
// Required methods
fn name(&self) -> String;
fn process(&self, input: &str, ctx: &Context) -> Result<String, Error>;
}