docs: use code-block for console-content

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10281>
This commit is contained in:
Erik Faye-Lund
2021-04-15 15:39:10 +02:00
committed by Marge Bot
parent e6e002fc34
commit 54ad6f91c6
7 changed files with 31 additions and 31 deletions

View File

@@ -165,7 +165,7 @@ to test this is to make use of the \`git rebase\` command, to run your
tests on each commit. Assuming your branch is based off
``origin/master``, you can run:
::
.. code-block:: console
$ git rebase --interactive --exec "meson test -C build/" origin/master