Skip to content

Commit 5f01fe2

Browse files
Use console code-blocks if using $ (#5298)
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
1 parent 6d89c2e commit 5f01fe2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/Tutorials/Intermediate/Launch/Launch-system.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ Create a workspace for the package to live in:
4242

4343
.. group-tab:: Linux
4444

45-
.. code-block:: bash
45+
.. code-block:: console
4646
4747
$ mkdir -p launch_ws/src
4848
$ cd launch_ws/src
4949
5050
.. group-tab:: macOS
5151

52-
.. code-block:: bash
52+
.. code-block:: console
5353
5454
$ mkdir -p launch_ws/src
5555
$ cd launch_ws/src
5656
5757
.. group-tab:: Windows
5858

59-
.. code-block:: bash
59+
.. code-block:: console
6060
6161
$ md launch_ws\src
6262
$ cd launch_ws\src

source/Tutorials/Intermediate/Launch/Using-Substitutions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ Inside of that package, create a directory called ``launch``:
6666

6767
.. group-tab:: Linux
6868

69-
.. code-block:: bash
69+
.. code-block:: console
7070
7171
$ mkdir launch_tutorial/launch
7272
7373
.. group-tab:: macOS
7474

75-
.. code-block:: bash
75+
.. code-block:: console
7676
7777
$ mkdir launch_tutorial/launch
7878
7979
.. group-tab:: Windows
8080

81-
.. code-block:: bash
81+
.. code-block:: console
8282
8383
$ md launch_tutorial/launch
8484

0 commit comments

Comments
 (0)