mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
don't disrupt \_ in filenames #1158
This commit is contained in:
parent
8c766f81b2
commit
4b2227c71f
4 changed files with 34 additions and 3 deletions
|
@ -30,8 +30,6 @@ def process_markdown(filename, fh):
|
|||
# Split the content into sections based on '####' headers
|
||||
sections = re.split(r"(?=####\s)", content)
|
||||
|
||||
dump(sections)
|
||||
|
||||
for section in sections:
|
||||
if "editblock_coder.py" in section or "test_editblock.py" in section:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue