don't disrupt \_ in filenames #1158

This commit is contained in:
Paul Gauthier 2024-08-26 12:08:46 -07:00
parent 8c766f81b2
commit 4b2227c71f
4 changed files with 34 additions and 3 deletions

View file

@ -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