diff --git a/src/utils.rs b/src/utils.rs index 6f97775..9413085 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -951,7 +951,7 @@ pub fn rewrite_urls(input_text: &str) -> String { } // image_url contains > at the end of it, and right above this we remove image_text's front >, leaving us with just a single > between them - let image_to_replace = format!(""); + let image_to_replace = format!("

"); // _image_replacement needs to be in scope for the replacement at the bottom of the loop let mut _image_replacement = String::new();