diff --git a/ansicat.py b/ansicat.py index 58ce78d..d9a3ff6 100755 --- a/ansicat.py +++ b/ansicat.py @@ -381,6 +381,7 @@ class AbstractRenderer(): self.last_line += self.current_indent + l self.close_theme(theme) self._endline() + self.last_line += "\n" #one thing is sure : we need to keep unthemed blocks for images! else: self.final_text += self.current_indent + intext