Function novel_cli::utils::read_markdown

source ·
pub fn read_markdown<T>(markdown_path: T) -> Result<(MetaData, String)>where
    T: AsRef<Path>,