From ac1cbb62a849ea7a79d4c6ec998a717771ce0bad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 25 Oct 2018 22:58:18 +0200
Subject: [PATCH] Capitals

---
 docs.it4i/software/mpi/ompi-examples.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs.it4i/software/mpi/ompi-examples.md b/docs.it4i/software/mpi/ompi-examples.md
index efe4afb82..1a2be74bc 100644
--- a/docs.it4i/software/mpi/ompi-examples.md
+++ b/docs.it4i/software/mpi/ompi-examples.md
@@ -8,7 +8,7 @@ There are two MPI examples, each using one of six different MPI interfaces:
 
 ### Hello World
 
-```c tab="C"
+``` c tab="C"
 /*
  * Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
  *                         University Research and Technology
@@ -38,7 +38,7 @@ int main(int argc, char* argv[])
 }
 ```
 
-```c++ tab="C++"
+``` c++ tab="C++"
 //
 // Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
 //                         University Research and Technology
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
 }
 ```
 
-```fortran tab="F mpi.h"
+``` fortran tab="F mpi.h"
 C
 C Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
 C                         University Research and Technology
@@ -105,7 +105,7 @@ C
         end
 ```
 
-```fortran tab="F use mpi"
+``` fortran tab="F use mpi"
 !
 ! Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
 !                         University Research and Technology
@@ -136,7 +136,7 @@ program main
 end
 ```
 
-```java tab="Java"
+``` java tab="Java"
 /*
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
-- 
GitLab