pub fn render_markdown(input: &str) -> String { tetratto_shared::markdown::render_markdown(input, false) }