fix: exclamation mark in underline buffer

This commit is contained in:
trisua 2025-07-26 00:12:11 -04:00
parent 5f2864e6b6
commit 6c9a4cbd77

View file

@ -272,6 +272,9 @@ fn parse_underline_line(output: &mut String, buffer: &mut String, line: &str) {
is_open = false;
close_1 = false;
continue;
} else if is_open {
buffer.push(char);
continue;
}
// open