()
| 1548 | _highlighter = self.highlighter |
| 1549 | |
| 1550 | def check_text() -> None: |
| 1551 | if text: |
| 1552 | sep_text = Text(sep, justify=justify, end=end) |
| 1553 | append(sep_text.join(text)) |
| 1554 | text.clear() |
| 1555 | |
| 1556 | for renderable in objects: |
| 1557 | renderable = rich_cast(renderable) |