diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md
index fb909a7734b1f972b3d3d405356dcdf49c2fb263..05fde19702b3d8303d6d1604af157f94d42b6fc6 100644
--- a/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md
+++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/score-p.md
@@ -43,7 +43,7 @@ Usually your program is compiled using a Makefile or similar script, so it advis
 
 It is important that  scorep is prepended also to the linking command, in order to link with Score-P instrumentation libraries.
 
-\###Manual instrumentation using API calls
+### Manual instrumentation using API calls
 
 To use this kind of instrumentation, use scorep with switch --user. You will then mark regions to be instrumented by inserting API calls.
 
@@ -76,7 +76,7 @@ An example in C/C++ :
 
 Please refer to the [documentation for description of the API](https://silc.zih.tu-dresden.de/scorep-current/pdf/scorep.pdf).
 
-\###Manual instrumentation using directives
+### Manual instrumentation using directives
 
 This method uses POMP2 directives to mark regions to be instrumented. To use this method, use command  scorep --pomp.