Armin Willer

Results 3 comments of Armin Willer

> The `LookupScriptsInAssembly` method (as most everything else in the `Godot.Bridge` namespace) is not meant to be used by users, if this API is exposed it's only because it's used...

Similar issue is happening with inline code using ` Converting the following markdown file and exporting it back to markdown using `DocumentConverter().convert("file.md").document.export_to_markdown()` results in docling cutting off the text after...

Did a little debugging and it seems this stems from the md_backend. The handling for `marko.block.ListItem` only considers the first children, ignoring any other children of the ListItem. https://github.com/DS4SD/docling/blob/fc645ea531ddc67959640b428007851d641c923e/docling/backend/md_backend.py#L212 In...