diff --git a/docs.it4i/salomon/job-priority.md b/docs.it4i/salomon/job-priority.md
index c6c97a5e9e59dde966ad173936208152f7ddd4c6..e98d56b7f5aa405c5384aa712ef7505c41b33e6a 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.