Skip to main content

read_markdown_lossy

Function read_markdown_lossy 

Source
pub fn read_markdown_lossy(path: &Path) -> Result<Option<String>>
Expand description

Read a Markdown file for indexing, decoding invalid UTF-8 lossily.

Ok(None) means the file is binary and has no Markdown to contribute.