diff --git a/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md b/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md
index bf5a96d03b09f35aed547358efcbe8eb7ed195a0..6f82534dd0af9f2bf6b1271ba6b0b72766392333 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyter_teaching_example.md
@@ -75,11 +75,13 @@ Now, you can re-create the environment and the whole course from the git reposit
 To test the activation of the environment use:
 
 === "virtualenv"
+
     ```console
     marie@compute$ source /scratch/ws/1/python_virtual_environment_teaching/env/bin/activate #Activate virtual environment. Example output: (envtest) bash-4.2$
 
     ```
 === "conda"
+
     ```console
     marie@compute$ conda activate /scratch/ws/1/conda_virtual_environment_teaching