Update src/node.h
Co-authored-by: Phill MV <phillmv@github.com>
This commit is contained in:
Родитель
2c5212e050
Коммит
94f38eb1e4
|
@ -105,7 +105,7 @@ struct cmark_node {
|
|||
cmark_link link;
|
||||
cmark_custom custom;
|
||||
int html_block_type;
|
||||
int custom_int; // For extensions to store an int
|
||||
int cell_index; // For keeping track of TABLE_CELL table alignments
|
||||
void *opaque;
|
||||
} as;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче