mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
skip editblocks
This commit is contained in:
parent
f8a1db5318
commit
1d6bdfce80
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ def process_markdown(filename):
|
|||
# Get the content (everything after the header)
|
||||
content = "\n".join(section.split("\n")[1:]).strip()
|
||||
|
||||
if "editblock" in content:
|
||||
continue
|
||||
|
||||
for fence in all_fences:
|
||||
if "\n" + fence[0] in content:
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue