From c0eb116cb14de02880e45e5f4a314ef322fdcc88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Mon, 20 Sep 2021 10:42:16 +0200
Subject: [PATCH] Update comsol-multiphysics.md

---
 .../software/cae/comsol/comsol-multiphysics.md    | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/docs.it4i/software/cae/comsol/comsol-multiphysics.md b/docs.it4i/software/cae/comsol/comsol-multiphysics.md
index d59f91018..d2b60a4c9 100644
--- a/docs.it4i/software/cae/comsol/comsol-multiphysics.md
+++ b/docs.it4i/software/cae/comsol/comsol-multiphysics.md
@@ -35,7 +35,7 @@ $ ml av COMSOL
 To prepare COMSOL jobs in the interactive mode, we recommend using COMSOL on the compute nodes via the PBS Pro scheduler. To run the COMSOL Desktop GUI on Windows.
 
 !!! Note
-   We recommend using the [Virtual Network Computing (VNC)][2].
+  We recommend using the [Virtual Network Computing (VNC)][2].
 
 Example for Barbora:
 
@@ -52,19 +52,16 @@ $ comsol -3drend sw
 
 !!! info
     If you receive errors at startup, for example, of the following type:
-
-   ```console
+```console
 FL3D: error at line 814 in file fl3dglcontext_x11common.c: 
    PBuffers are not supported by the system. 
 FL3D: error at line 235 in file fl3dglcontext_x11common.c: 
    assert: x11Handle
-   ```
-
-   you need to run COMSOL with additional parameters:
-
-   ```console
+```
+you need to run COMSOL with additional parameters:
+```console
 $ comsol -3drend sw
-   ```
+```
 
 To run COMSOL in batch mode without the COMSOL Desktop GUI environment, utilize the default (comsol.pbs) job script and execute it via the `qsub` command:
 
-- 
GitLab