дошли до \endhead
This commit is contained in:
parent
7f06978d09
commit
40c572711b
@ -88,7 +88,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str
|
||||
if (isalnum(c)) {
|
||||
tag = zalloc_append8_str(tag, c);
|
||||
|
||||
} else if (!tag && c == '\\') { // newline tag
|
||||
} else if (!tag && (c == '\\' || c == ',')) { // newline tag or \,
|
||||
where_stack[tex_level--] = IN_UNDEF;
|
||||
|
||||
} else if (!tag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user