additional comment form
This commit is contained in:
parent
ce3dba470a
commit
61a1b47b85
3 changed files with 48 additions and 20 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue