Co-authored-by: Phill MV <phillmv@github.com>
This commit is contained in:
Kevin Backhouse 2023-06-20 12:16:49 -04:00 коммит произвёл GitHub
Родитель 2c5212e050
Коммит 94f38eb1e4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
};