Correct the usage of code-block directive
code-block must be followed by double colons. Otherwise the code block is not rendered. I fixed the same issue in the networking guide recently. I checked all other documents and found this one. Change-Id: Iafc7f7c6f02e9fd0a9f04f37452b419237346645
This commit is contained in:
parent
3eb9d150b6
commit
b2e71764a0
@ -117,7 +117,7 @@ To address this issue:
|
||||
|
||||
#. Check memory consumption:
|
||||
|
||||
.. code-block: console
|
||||
.. code-block:: console
|
||||
|
||||
# rabbitmqctl status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user