From 5843c7e19103a26c371add67ee371e25650394d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkovsky@mmg.fjfi.cvut.cz>
Date: Fri, 11 Feb 2022 09:13:12 -0700
Subject: [PATCH] Fixed formatting in main-page.md

---
 Documentation/Pages/main-page.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/Pages/main-page.md b/Documentation/Pages/main-page.md
index d812fc65be..8ad6e6d80b 100644
--- a/Documentation/Pages/main-page.md
+++ b/Documentation/Pages/main-page.md
@@ -213,17 +213,17 @@ In the above, `[list of targets]` should be replaced with a space-separated list
 of targets that can be selected from the following list:
 
 - `all`: Special target which includes all other targets.
-- `benchmarks`: Compile the 'src/Benchmarks' directory.
-- `examples`: Compile the 'src/Examples' directory.
-- `tools`: Compile the 'src/Tools' directory.
-- `tests`: Compile unit tests in the 'src/UnitTests' directory (except tests for
+- `benchmarks`: Compile the `src/Benchmarks` directory.
+- `examples`: Compile the `src/Examples` directory.
+- `tools`: Compile the `src/Tools` directory.
+- `tests`: Compile unit tests in the `src/UnitTests` directory (except tests for
   matrix formats, which have a separate target).
 - `matrix-tests`: Compile unit tests for matrix formats.
 - `python`: Compile the Python bindings.
 - `doc`: Generate the documentation.
 
-Additionally, `[options]` can be replaced with a list of `--`-prefixed options
-that can be viewed by running `./install --help`.
+Additionally, `[options]` can be replaced with a list of options with the `--`
+prefix that can be viewed by running `./install --help`.
 
 Note that [CMake](https://cmake.org/) 3.13 or later is required when using the
 `install` script.
-- 
GitLab