Update json_to_md.py
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s

This commit is contained in:
2025-07-17 23:41:20 +02:00
parent 276825a993
commit f734bc3ea8
+2 -2
View File
@@ -72,9 +72,9 @@ def get_details_block(summary, body, level=0, params_str=None):
return (
f"{prefix}<details>\n"
f"{prefix}<summary>{summary}</summary>\n\n"
f"<summary>{summary}</summary>\n\n"
f"{indented_body}\n\n"
f"{prefix}</details>\n\n"
f"</details>\n\n"
)