diff --git a/docs.it4i/job-features.md b/docs.it4i/job-features.md
index 60d45e55f78997650ce8a9cab909189647f7f00c..842844af9ebc767dfa4644679fe7d78111c16a6b 100644
--- a/docs.it4i/job-features.md
+++ b/docs.it4i/job-features.md
@@ -14,7 +14,7 @@ Load the VTune kernel modules.
 $ qsub ... -l vtune=version_string
 ```
 
-version_string is VTune version e.g. 2019_update4
+`version_string` is VTune version e.g. 2019_update4
 
 ## Global RAM Disk
 
@@ -48,7 +48,7 @@ Load a kernel module that allows saving/restoring values of MSR registers. Uses
 $ qsub ... -l msr=version_string
 ```
 
-version_string is MSR-SAFE version e.g. 1.4.0
+`version_string` is MSR-SAFE version e.g. 1.4.0
 
 !!! Danger
     Hazardous, it causes CPU frequency disruption.
@@ -74,7 +74,7 @@ $ qsub ... -l x86_adapt=true
 
 Intel Turbo Boost on CPU is enabled on all compute nodes.
 
-To disable Intel Turbo Boost on CPU
+To disable Intel Turbo Boost on CPU:
 
 ```console
 $ qsub ... -l cpu_turbo_boost=false
@@ -100,7 +100,7 @@ To offline CPU cores according to pattern:
 $ qsub ... -l cpu_offline_cores=PATTERN
 ```
 
-where 'pattern' is a list of core's numbers to offline, separated by the character 'c' (e.g. "5c11c16c23c").
+where `PATTERN` is a list of core's numbers to offline, separated by the character 'c' (e.g. "5c11c16c23c").
 
 !!! Danger
     Hazardous, it causes Lustre threads disruption.
@@ -113,7 +113,7 @@ Load the HDEEM software stack. The High Definition Energy Efficiency Monitoring
 $ qsub ... -l hdeem=version_string
 ```
 
-version_string is HDEEM version e.g. 2.2.8-1
+`version_string` is HDEEM version e.g. 2.2.8-1
 
 !!! Warning
     Available on Barbora nodes only.
@@ -121,15 +121,15 @@ version_string is HDEEM version e.g. 2.2.8-1
 ## NVMe Over Fabrics File System
 
 Attach a volume from an NVMe storage and mount it as a file-system. File-system is mounted on /mnt/nvmeof (on the first node of the job).
-Barbora cluster provides two NVMeoF storage nodes equipped with NVMe disks. Each storage node contains seven 1.6TB NVMe disks and provides net aggregated capacity of 10.18TiB. Storage space is provided using the NVMe over Fabrics protocol; RDMA network i.e. Infiniband is used for data transfers.
+Barbora cluster provides two NVMeoF storage nodes equipped with NVMe disks. Each storage node contains seven 1.6TB NVMe disks and provides net aggregated capacity of 10.18TiB. Storage space is provided using the NVMe over Fabrics protocol; RDMA network i.e. InfiniBand is used for data transfers.
 
 ```console
 $ qsub ... -l nvmeof=size
 ```
 
-size is a size of requested volume, PBS size conventions are used, e.g. 10t
+`size` is a size of the requested volume, PBS size conventions are used, e.g. 10t
 
-Create a shared file-system on the attached NVMe file-system and make it available on all nodes of the job. Append ':shared' to size specification, shared file-system is mounted on /mnt/nvmeof-shared.
+Create a shared file-system on the attached NVMe file-system and make it available on all nodes of the job. Append `:shared` to the size specification, shared file-system is mounted on /mnt/nvmeof-shared.
 
 ```console
 $ qsub ... -l nvmeof=size:shared
@@ -146,15 +146,15 @@ $ qsub ... -l nvmeof=10t:shared
 
 ## Smart Burst Buffer
 
-Accelerate SCRATCH storage using the Smart Burst Buffer (SBB) technology. A specific Burst Buffer process is launched and Burst Buffer resources (CPUs, memory, flash storage) are allocated on an SBB storage node for acceleration (I/O caching) of SCRATCH data operations. The SBB profile file /lscratch/$PBS_JOBID/sbb.sh is created on the first allocated node of job. For SCRATCH acceleration, the SBB profile file has to be sourced into the shell environment - provided environment variables have to be defined in the process environment.
+Accelerate SCRATCH storage using the Smart Burst Buffer (SBB) technology. A specific Burst Buffer process is launched and Burst Buffer resources (CPUs, memory, flash storage) are allocated on an SBB storage node for acceleration (I/O caching) of SCRATCH data operations. The SBB profile file `/lscratch/$PBS_JOBID/sbb.sh` is created on the first allocated node of job. For SCRATCH acceleration, the SBB profile file has to be sourced into the shell environment - provided environment variables have to be defined in the process environment.
 
-Barbora cluster provides two SBB storage nodes equipped with NVMe disks. Each storage node contains ten 3.2TB NVMe disks and provides net aggregated capacity of 29.1TiB. Acceleration uses RDMA network i.e. Infiniband is used for data transfers.
+Barbora cluster provides two SBB storage nodes equipped with NVMe disks. Each storage node contains ten 3.2TB NVMe disks and provides net aggregated capacity of 29.1TiB. Acceleration uses RDMA network i.e. InfiniBand is used for data transfers.
 
 ```console
 $ qsub ... -l sbb=spec
 ```
 
-spec specifies amount of resources requested for Burst Buffer (CPUs, memory, flash storage), available values are small, medium, and large
+`spec` specifies amount of resources requested for Burst Buffer (CPUs, memory, flash storage), available values are small, medium, and large
 
 Loading SBB profile: