diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index 841e93ffb1a..0a776be2a70 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -50,7 +50,7 @@ can use double quotes, for these characters it is more convenient to use single quotes, which avoids having to escape any backslash ``\``: * ``:``, ``{``, ``}``, ``[``, ``]``, ``,``, ``&``, ``*``, ``#``, ``?``, ``|``, - ``-``, ``<``, ``>``, ``=``, ``!``, ``%``, ``@``, ``\``` + ``-``, ``<``, ``>``, ``=``, ``!``, ``%``, ``@``, ````` The double-quoted style provides a way to express arbitrary strings, by using ``\`` to escape characters and sequences. For instance, it is very useful