diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md
index dec4485389dd4a2e57bdd4cef466a80600e73f06..26a988a0c4f970eb4f37b0e05eba8e5ab407bef3 100644
--- a/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md
+++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/valgrind.md
@@ -55,7 +55,7 @@ Now, compile it with Intel compiler :
 
 Now, lets run it with Valgrind. The syntax is :
 
- _valgrind [valgrind options] <your program binary> [your program options]_
+`valgrind [valgrind options] <your program binary> [your program options]`
 
 If no Valgrind options are specified, Valgrind defaults to running Memcheck tool. Please refer to the Valgrind documentation for a full description of command line options.