]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/releases: Fix invalid triple backticks in reef.rst squid.rst 62775/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 11 Apr 2025 05:04:52 +0000 (12:04 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 11 Apr 2025 06:58:51 +0000 (13:58 +0700)
commit364210f2f37630fbc12f58666ea1535f50bfb40b
treeac3fd9397fcac78f834355ceb149d5fb893d9746
parent5307f7abde8d8596862ac91f75d748916fec23c2
doc/releases: Fix invalid triple backticks in reef.rst squid.rst

Triple backtick does not create a code block in RST,
instead it renders as an inline code with the third
backtick rendered as-is.
This makes newlines in multiline code merged to a
single line and it makes the whole thing nonsense.

Change the second intended code block to use a code
block with a bash prompt.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/releases/reef.rst
doc/releases/squid.rst