additional comment form

This commit is contained in:
Ava Hahn 2023-03-10 13:16:25 -08:00
parent ce3dba470a
commit 61a1b47b85
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
3 changed files with 48 additions and 20 deletions

View file

@ -131,7 +131,7 @@ fn process(document: &String) -> Result<Box<Seg>, String> {
delim_stack.push(c);
}
// eat the whole line
'#' => {
'#' | ';' => {
ign = true;
delim_stack.push('\n');
}