diff --git a/docs.it4i/anselm-cluster-documentation/job-priority.md b/docs.it4i/anselm-cluster-documentation/job-priority.md
index d86e3a8f184facd524c8bf39cee0ffc27751262e..24bcee5b3362ddeb416bf098941edb89610c2e64 100644
--- a/docs.it4i/anselm-cluster-documentation/job-priority.md
+++ b/docs.it4i/anselm-cluster-documentation/job-priority.md
@@ -28,13 +28,17 @@ Fairshare priority is used for ranking jobs with equal queue priority.
 
 Fairshare priority is calculated as
 
-![](../../img/fairshare_formula.png)
+![](../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.
+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 counts allocated corehours (ncpus*walltime). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week). Jobs queued in queue qexp are not calculated to project's usage.
+Usage counts allocated corehours (ncpus walltime). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week).
+Jobs queued in queue qexp are not calculated to project's usage.
 
->Calculated usage and fairshare priority can be seen at <https://extranet.it4i.cz/anselm/projects>.
+!!! Note "Note"
+	Calculated usage and fairshare priority can be seen at <https://extranet.it4i.cz/anselm/projects>.
 
 Calculated fairshare priority can be also seen as Resource_List.fairshare attribute of a job.
 
@@ -50,7 +54,7 @@ Eligible time can be seen as eligible_time attribute of job.
 
 Job execution priority (job sort formula) is calculated as:
 
-![](../../img/job_sort_formula.png)
+![](../img/job_sort_formula.png)
 
 ### Job backfilling