Remove tip about <> shortcode delimiters

They should not be necessary, and in some cases they break some expectations,
like 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:
Kévin Commaille 2024-10-13 13:23:31 +02:00
parent 69d7dbf703
commit 7477220ce0
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D

View file

@ -91,9 +91,6 @@ current version is `v1.1` then annotate your changes with `v1.2`.
* `{{% added-in v="1.2" %}}` or `{{% changed-in v="1.2" %}}` within Markdown documents.
* `x-addedInMatrixVersion` and `x-changedInMatrixVersion` within OpenAPI.
**Tip**: If you're trying to inline the Markdown version and getting unexpected results,
try replacing the `%` symbols with `<` and `>`, changing how Hugo renders the shortcode.
OpenAPI
~~~~~~~