diff --git a/aider/commands.py b/aider/commands.py index 4ea0bc311..25b4a168a 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -143,7 +143,7 @@ class Commands: if paginate: with self.io.console.pager(): - self.io.console.print(content) + self.io.console.print(Text(content)) return content