v0.5.2
Python application / build (push) Waiting to run

Что то сделал
This commit is contained in:
Igor20264
2026-09-08 19:37:54 +03:00
parent 1a5b35eb54
commit 510f7e7adf
90 changed files with 11720 additions and 5547 deletions
+3
View File
@@ -122,6 +122,9 @@ class Renderer:
def process(self, renderables: list[Renderable]):
items = self._ensure_appendix_index(list(renderables))
for i in range(len(items)):
# Figures that did not fit the previous page must land before the
# next top-level block (not after a later table / end of doc).
self._flush_to_new_screen()
self.render(items[i])
self._flush_to_new_screen()