Support counter set in plain list items.

This commit is contained in:
Tom Alexander
2023-09-06 19:09:20 -04:00
parent 6fc607cfe0
commit f8b99ed235
3 changed files with 9 additions and 0 deletions

View File

@@ -735,6 +735,8 @@ fn compare_plain_list_item<'s>(
contents_status,
)?);
// TODO: compare :bullet :checkbox :counter :pre-blank
Ok(DiffResult {
status: this_status,
name: emacs_name.to_owned(),