diff --git a/docs/docs/tools/review.md b/docs/docs/tools/review.md
index e3c3c3c6..37dfcc8e 100644
--- a/docs/docs/tools/review.md
+++ b/docs/docs/tools/review.md
@@ -51,68 +51,68 @@ extra_instructions = "..."
!!! example "General options"
-
-
- require_score_review |
- If set to true, the tool will add a section that scores the PR. Default is false. |
-
-
- require_tests_review |
- If set to true, the tool will add a section that checks if the PR contains tests. Default is true. |
-
-
- require_estimate_effort_to_review |
- If set to true, the tool will add a section that estimates the effort needed to review the PR. Default is true. |
-
-
- require_can_be_split_review |
- If set to true, the tool will add a section that checks if the PR contains several themes, and can be split into smaller PRs. Default is false. |
-
-
- require_security_review |
- If set to true, the tool will add a section that checks if the PR contains a possible security or vulnerability issue. Default is true. |
-
-
- require_ticket_analysis_review |
- If set to true, and the PR contains a GitHub or Jira ticket link, the tool will add a section that checks if the PR in fact fulfilled the ticket requirements. Default is true. |
-
-
+
+
+ require_score_review |
+ If set to true, the tool will add a section that scores the PR. Default is false. |
+
+
+ require_tests_review |
+ If set to true, the tool will add a section that checks if the PR contains tests. Default is true. |
+
+
+ require_estimate_effort_to_review |
+ If set to true, the tool will add a section that estimates the effort needed to review the PR. Default is true. |
+
+
+ require_can_be_split_review |
+ If set to true, the tool will add a section that checks if the PR contains several themes, and can be split into smaller PRs. Default is false. |
+
+
+ require_security_review |
+ If set to true, the tool will add a section that checks if the PR contains a possible security or vulnerability issue. Default is true. |
+
+
+ require_ticket_analysis_review |
+ If set to true, and the PR contains a GitHub or Jira ticket link, the tool will add a section that checks if the PR in fact fulfilled the ticket requirements. Default is true. |
+
+
!!! example "Adding PR labels"
-You can enable\disable the `review` tool to add specific labels to the PR:
+ You can enable\disable the `review` tool to add specific labels to the PR:
-