fix: exclamation mark in underline buffer
This commit is contained in:
parent
5f2864e6b6
commit
6c9a4cbd77
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue