Function clean_markdown

Source
pub fn clean_markdown(markdown: &str) -> String
Expand description

Clean up the markdown output to make it more readable in terminal.

§Arguments

  • markdown - The markdown text to clean

§Returns

The cleaned markdown text.