diff --git a/testsr.py b/testsr.py index d3bfcd06c..67a887bea 100755 --- a/testsr.py +++ b/testsr.py @@ -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