diff --git a/examples/shallowwaterfriction/README.md b/examples/shallowwaterfriction/README.md
index f2cc22d2bc15213828a0aea203e7d98ebe813668..be770fd4e207f48dad8832bcb0434710882d4f64 100644
--- a/examples/shallowwaterfriction/README.md
+++ b/examples/shallowwaterfriction/README.md
@@ -25,8 +25,8 @@ __Table of contents__. This description is structured as follows:
 ## Problem set-up
 ### Model domain
 The model domain is given by a rough channel with a slope of 0.001.
-The domain is $`500 \, \mathrm{m}`$ long and $`5 mathrm{m}`$ wide.
-The bottom altitude is $`10 mathrm{m}`$ at the inflow and hence $`9.5 mathrm{m}`$ at the outflow.
+The domain is $`500 \, \mathrm{m}`$ long and $`5 \mathrm{m}`$ wide.
+The bottom altitude is $`10\, \mathrm{m}`$ at the inflow and hence $`9.5\, \mathrm{m}`$ at the outflow.
 Bottom friction is considered by applying
 [Manning's law](#mannings-law) ($`n`$ = 0.025).
 
@@ -35,15 +35,15 @@ At the lateral sides a no-flow boundary condition is applied. Also, no friction
 considered there and therefore a no slip boundary
 condition is applied. These are the default boundary conditions for the shallow
 water model. At the left border, a discharge boundary condition
-is applied as inflow boundary condition with $`q = -1.0 mathrm{m}^2 \mathrm{s}^{-1}`$.
+is applied as inflow boundary condition with $`q = -1.0\, \mathrm{m}^2 \mathrm{s}^{-1}`$.
 At the right border, a fixed water depth boundary condition
 is applied for the outflow. Normal flow is assumed, therefore the water
 depth at the right border is calculated using the equation
 of [Gauckler, Manning and Strickler](#analytical-solution).
 
 ### Initial conditions
-The initial water depth is set to 1~m, which is slightly higher than the normal flow
-water depth (0.87~m). Therefore, we expect a decreasing
+The initial water depth is set to $1\, \mathrm{m}$, which is slightly higher than the normal flow
+water depth ($0.87\, \mathrm{m}$). Therefore, we expect a decreasing
 water level during the simulation until the normal flow condition is reached in
 the entire model domain. The initial velocity is set to zero.
 
diff --git a/examples/shallowwaterfriction/doc/_intro.md b/examples/shallowwaterfriction/doc/_intro.md
index bd1e7d2e8b4f8db4a70e93befbe4af6b2b62e8b2..f937f5269db446fe5e0a57f683b2260a2f0102e2 100644
--- a/examples/shallowwaterfriction/doc/_intro.md
+++ b/examples/shallowwaterfriction/doc/_intro.md
@@ -23,8 +23,8 @@ __Table of contents__. This description is structured as follows:
 ## Problem set-up
 ### Model domain
 The model domain is given by a rough channel with a slope of 0.001.
-The domain is $`500 \, \mathrm{m}`$ long and $`5 mathrm{m}`$ wide.
-The bottom altitude is $`10 mathrm{m}`$ at the inflow and hence $`9.5 mathrm{m}`$ at the outflow.
+The domain is $`500 \, \mathrm{m}`$ long and $`5 \mathrm{m}`$ wide.
+The bottom altitude is $`10\, \mathrm{m}`$ at the inflow and hence $`9.5\, \mathrm{m}`$ at the outflow.
 Bottom friction is considered by applying
 [Manning's law](#mannings-law) ($`n`$ = 0.025).
 
@@ -33,15 +33,15 @@ At the lateral sides a no-flow boundary condition is applied. Also, no friction
 considered there and therefore a no slip boundary
 condition is applied. These are the default boundary conditions for the shallow
 water model. At the left border, a discharge boundary condition
-is applied as inflow boundary condition with $`q = -1.0 mathrm{m}^2 \mathrm{s}^{-1}`$.
+is applied as inflow boundary condition with $`q = -1.0\, \mathrm{m}^2 \mathrm{s}^{-1}`$.
 At the right border, a fixed water depth boundary condition
 is applied for the outflow. Normal flow is assumed, therefore the water
 depth at the right border is calculated using the equation
 of [Gauckler, Manning and Strickler](#analytical-solution).
 
 ### Initial conditions
-The initial water depth is set to 1~m, which is slightly higher than the normal flow
-water depth (0.87~m). Therefore, we expect a decreasing
+The initial water depth is set to $1\, \mathrm{m}$, which is slightly higher than the normal flow
+water depth ($0.87\, \mathrm{m}$). Therefore, we expect a decreasing
 water level during the simulation until the normal flow condition is reached in
 the entire model domain. The initial velocity is set to zero.