Always use %
delimiter for added-in
and changed-in
shortcodes (#1975)
The `<>` delimiters are not necessary for the shortcode to be rendered inline, and in some cases they break some expectations: a shortcode that is separated from other text to be in its own paragraph is not actually wrapped by a `p` element, breaking the spacing between paragraphs. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
3b8f3a09aa
commit
611d6c3e7e
23 changed files with 60 additions and 61 deletions
|
@ -229,7 +229,7 @@ paths:
|
|||
{{% /boxes/note %}}
|
||||
|
||||
{{% boxes/warning %}}
|
||||
{{< changed-in v="1.11" >}} This endpoint MAY return `404 M_NOT_FOUND`
|
||||
{{% changed-in v="1.11" %}} This endpoint MAY return `404 M_NOT_FOUND`
|
||||
for media which exists, but is after the server froze unauthenticated
|
||||
media access. See [Client Behaviour](/client-server-api/#content-repo-client-behaviour) for more
|
||||
information.
|
||||
|
@ -303,7 +303,7 @@ paths:
|
|||
provided by the caller.
|
||||
|
||||
{{% boxes/warning %}}
|
||||
{{< changed-in v="1.11" >}} This endpoint MAY return `404 M_NOT_FOUND`
|
||||
{{% changed-in v="1.11" %}} This endpoint MAY return `404 M_NOT_FOUND`
|
||||
for media which exists, but is after the server froze unauthenticated
|
||||
media access. See [Client Behaviour](/client-server-api/#content-repo-client-behaviour) for more
|
||||
information.
|
||||
|
@ -375,7 +375,7 @@ paths:
|
|||
See the [Thumbnails](/client-server-api/#thumbnails) section for more information.
|
||||
|
||||
{{% boxes/warning %}}
|
||||
{{< changed-in v="1.11" >}} This endpoint MAY return `404 M_NOT_FOUND`
|
||||
{{% changed-in v="1.11" %}} This endpoint MAY return `404 M_NOT_FOUND`
|
||||
for media which exists, but is after the server froze unauthenticated
|
||||
media access. See [Client Behaviour](/client-server-api/#content-repo-client-behaviour) for more
|
||||
information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue