pub trait Reader { // Required method fn document( &self, content: &str, markdown_options: &MarkdownOptions, ) -> Document; }