From ad1749d11f09c6cf73522a11d5169396e49582ff Mon Sep 17 00:00:00 2001 From: Vincent N <bariboule@ik.me> Date: Sat, 11 Jan 2025 18:46:10 +0100 Subject: [PATCH] Improve script modulo_conversion.py --- Notebooks/Sources Modulo/modulo_conversion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Sources Modulo/modulo_conversion.py b/Notebooks/Sources Modulo/modulo_conversion.py index 285510e..91993af 100644 --- a/Notebooks/Sources Modulo/modulo_conversion.py +++ b/Notebooks/Sources Modulo/modulo_conversion.py @@ -116,11 +116,11 @@ def md_to_notebook(md_file): cells.append(nbf.v4.new_markdown_cell('<h3 style="color:chocolate;background-color:papayawhip;" > <i class="fa fa-question" aria-hidden="true"> </i> Quizz </h3> \n \n'+ markdown_question)) # Ajouter le bloc de réponse - cells.append(nbf.v4.new_raw_cell("Ma réponse : ")) + cells.append(nbf.v4.new_raw_cell(" <i class="fa fa-angle-right" aria-hidden="true"> Ma réponse : ")) # Ajouter la correction --> à discuter si corrigé ou ici cells.append(nbf.v4.new_markdown_cell("""<details> -<summary style="border-left:3px solid #3c763d; border-radius:2pt; width:100%; color:#3c763d; padding:6px; background-color: #dff0d8"> +<summary style="border-left:3px solid #3c763d; border-radius:2pt; width:100%; color:#3c763d; padding:6px; background-color: #dff0d8"> <i class="fa fa-angle-right" aria-hidden="true"> Réponse </summary> -- GitLab