From 3254e07577f78c3fe0f3b53d186974a9fd4a5044 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 16 Jun 2022 14:59:19 +0300 Subject: [PATCH] Fix quoting for inline preformatted text --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5040a9..0dc147f 100644 --- a/README.md +++ b/README.md @@ -154,13 +154,13 @@ cmake --build . Following variables may be supplied to CMake to affect build: -* ```SDL2PP_WITH_IMAGE``` - enable SDL_image support (default ON) -* ```SDL2PP_WITH_MIXER``` - enable SDL_mixer support (default ON) -* ```SDL2PP_WITH_TTF``` - enable SDL_ttf support (default ON) -* ```SDL2PP_WITH_EXAMPLES``` - enable building example programs (only for standalone build, default ON) -* ```SDL2PP_WITH_TESTS``` - enable building tests (only for standalone build, default ON) -* ```SDL2PP_STATIC``` - build static library instead of shared (only for standalone build, default OFF) -* ```SDL2PP_ENABLE_LIVE_TESTS``` - enable tests which require X11 and/or audio device to run (only for standalone build, default ON) +* `SDL2PP_WITH_IMAGE` - enable SDL_image support (default ON) +* `SDL2PP_WITH_MIXER` - enable SDL_mixer support (default ON) +* `SDL2PP_WITH_TTF` - enable SDL_ttf support (default ON) +* `SDL2PP_WITH_EXAMPLES` - enable building example programs (only for standalone build, default ON) +* `SDL2PP_WITH_TESTS` - enable building tests (only for standalone build, default ON) +* `SDL2PP_STATIC` - build static library instead of shared (only for standalone build, default OFF) +* `SDL2PP_ENABLE_LIVE_TESTS` - enable tests which require X11 and/or audio device to run (only for standalone build, default ON) ## Installation