diff --git a/src/utils.rs b/src/utils.rs index 21461a7..23db3d0 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1004,7 +1004,7 @@ static REGEX_BULLET_CONSECUTIVE_LINES: Lazy = Lazy::new(|| Regex::new(r"< pub fn render_bullet_lists(input_text: &str) -> String { // ref: https://stackoverflow.com/a/4902622 // First enclose each bullet with