From 21da18d87600a5078b9a1aab14e75751aabb95ec Mon Sep 17 00:00:00 2001 From: SzymonParapura <162123449+SzymonParapura@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:03:00 +0200 Subject: [PATCH] docs: Fix an issue with QuickStart.md - Fixed an issue with "!!! Note" --- docs/user_guide/QuickStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/QuickStart.md b/docs/user_guide/QuickStart.md index e90ff28d9ae..19fc4d4938e 100644 --- a/docs/user_guide/QuickStart.md +++ b/docs/user_guide/QuickStart.md @@ -88,8 +88,8 @@ This guide provides step-by-step instructions for building and running **Scenari sensor_model:=sample_sensor_kit \ vehicle_model:=sample_vehicle timeout:=120.0 ``` - !!! Note - To modify parameters of random testing and to obtain more details about the test results and the **result.junit.xml** file (which is saved by default in the **/tmp** directory), please refer to the **random_test_runner** [documentation](random_test_runner/Usage.md). +!!! Note + To modify parameters of random testing and to obtain more details about the test results and the **result.junit.xml** file (which is saved by default in the **/tmp** directory), please refer to the **random_test_runner** [documentation](random_test_runner/Usage.md). ![Launching random_test_runner](../image/random_test_runner_launch.gif) *The process of launching the `random_test_runner` node.*