diff --git a/web/content/docs/tools/fileio/TIN2VTK/index.md b/web/content/docs/tools/fileio/TIN2VTK/index.md
index 51dc44ef59b55924d6064ce088fd73c33d177d17..2c59244a94afd54fe71ad4f60a4eea1c6fb45a83 100644
--- a/web/content/docs/tools/fileio/TIN2VTK/index.md
+++ b/web/content/docs/tools/fileio/TIN2VTK/index.md
@@ -5,17 +5,19 @@ author = "Julian Heinze"
 +++
 
 ## Description
+
 This tool converts datasets in TIN-format, usually used in geographic information systems (GIS), into VTK-format.
 The TIN-format stores triangular irregular networks which can be considered a subclass of triangulated 2D meshes.
 VTK stores such irregular networks as unstructured grids in *.vtu-files.
 
 ## Usage
+
 ```bash
-USAGE: 
+USAGE:
    TIN2VTK  -o <string> -i <string> [--] [--version] [-h]
 
 
-Where: 
+Where:
    -o <string>,  --output-vtu-file <string>
      (required)  the name of the file the mesh will be written to
 
@@ -32,8 +34,8 @@ Where:
      Displays usage information and exits.
 ```
 
-## Example:
+## Example
 
 ```bash
 TIN2VTK -i input.tin -o output.vtu
-```
\ No newline at end of file
+```