We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21445dd commit 99c223cCopy full SHA for 99c223c
marko/block.py
@@ -78,7 +78,7 @@ class Document(BlockElement):
78
virtual = True
79
80
def __init__(self) -> None:
81
- super().__init__()
+ self.children = []
82
self.link_ref_defs: dict[str, tuple[str, str]] = {}
83
84
0 commit comments