From 6edee9de480df0d28ce97d52f2b443a6025407ae Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sat, 19 Jul 2025 21:02:00 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_to_md.py b/json_to_md.py index 7b86eb31..ce2a36e5 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -174,7 +174,7 @@ def json_to_md_nested(json_path, md_path, runtime_params=None): for funcname, tests in funcs.items(): # Ligne de fonction avec flèche et gris - f.write(f' ↳ Function: {funcname} \n') + f.write(f' ↳ Function: {funcname}\n') # Tests indentés for test in sorted(tests, key=lambda x: x['global_number']):