mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
aider: chore: Remove unnecessary comment in mdstream.py
This commit is contained in:
parent
13b62e3d06
commit
d5cec5f71e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class NoInsetMarkdown(Markdown):
|
|||
**Markdown.elements,
|
||||
"fence": NoInsetCodeBlock,
|
||||
"code_block": NoInsetCodeBlock,
|
||||
"heading_open": LeftHeading, # Use the correct token type key
|
||||
"heading_open": LeftHeading,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue