diff --git a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
index 8517b81ce126558ac7a088e35667a2437bfb6332..5fabe6f54bef480c504bce8bbc1ed55a22e0d4cb 100644
--- a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
+++ b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
@@ -45,8 +45,10 @@ In order to run your application with MUST you need to replace the srun command
 ```console
 marie@login$ mustrun -np <number of MPI processes> ./<your binary>
 ```
+
 Suppose your application is called `fancy-program` and is normally run with 4 processes.
 The invocation should then be
+
 ```console
 marie@login$ mustrun -np 4 ./fancy-program
 [MUST] MUST configuration ... centralized checks with fall-back application crash handling (very slow)