mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
docs: Format docstring to comply with line length limits
This commit is contained in:
parent
f1bd5cdb52
commit
e07e6cd2a3
1 changed files with 4 additions and 3 deletions
|
@ -42,9 +42,10 @@ The end.
|
|||
|
||||
class MarkdownStream:
|
||||
"""Streaming markdown renderer that progressively displays content with a live updating window.
|
||||
|
||||
Uses rich.console and rich.live to render markdown content with smooth scrolling and partial updates.
|
||||
Maintains a sliding window of visible content while streaming in new markdown text.
|
||||
|
||||
Uses rich.console and rich.live to render markdown content with smooth scrolling
|
||||
and partial updates. Maintains a sliding window of visible content while streaming
|
||||
in new markdown text.
|
||||
"""
|
||||
|
||||
live = None # Rich Live display instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue