From 1fa0d2a7a0719e772ff8b02461c3d1fddbb29424 Mon Sep 17 00:00:00 2001
From: Lubomir Prda <lubomir.prda@vsb.cz>
Date: Thu, 26 Jan 2017 14:58:00 +0100
Subject: [PATCH] modified:   docs.it4i/salomon/job-priority.md

---
 docs.it4i/salomon/job-priority.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/salomon/job-priority.md b/docs.it4i/salomon/job-priority.md
index c6c97a5e9..e98d56b7f 100644
--- a/docs.it4i/salomon/job-priority.md
+++ b/docs.it4i/salomon/job-priority.md
@@ -29,8 +29,8 @@ Fair-share priority is calculated as
 ![](../img/fairshare_formula.png)
 
 where MAX_FAIRSHARE has value 1E6,
-usage_Project_ is cumulated usage by all members of selected project,
-usage_Total_ is total usage by all users, by all projects.
+usage<sub>Project</sub> is cumulated usage by all members of selected project,
+usage<sub>Total</sub> is total usage by all users, by all projects.
 
 Usage counts allocated core-hours (`ncpus x walltime`). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week).
 
@@ -41,7 +41,7 @@ Usage counts allocated core-hours (`ncpus x walltime`). Usage is decayed, or cut
 
 Calculated fair-share priority can be also seen as Resource_List.fairshare attribute of a job.
 
-\###Eligible time
+### Eligible time
 
 Eligible time is amount (in seconds) of eligible time job accrued while waiting to run. Jobs with higher eligible time gains higher priority.
 
-- 
GitLab