fix: Images in lists on shared documents sometimes render as code blocks

This commit is contained in:
Tom Moor
2024-05-18 10:54:36 -04:00
parent d36332273e
commit aa755ffc34
2 changed files with 7 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ export class MarkdownSerializer {
// node and mark serialization methods (see `toMarkdown`).
export class MarkdownSerializerState {
inTable = false;
inList = false;
inTightList = false;
closed = false;
delim = "";