From ea78142afefcde7c92fbfb0772bc58cffbf8a735 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 27 Aug 2025 17:36:28 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/json_to_md.py b/json_to_md.py index aa8021f..6776d5f 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -77,10 +77,12 @@ def make_test_block(test, status, emoji, level, runtime_params): summary += ( f"
" "params:" - f"" + f"
" + f"" f"{param_display}" "" "
" + "
" ) # Ajouter les runtime parameters avant les autres phases