We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe11cd8 commit 1c297f9Copy full SHA for 1c297f9
components/yaml/yaml_format.rst
@@ -50,7 +50,7 @@ can use double quotes, for these characters it is more convenient to use single
50
quotes, which avoids having to escape any backslash ``\``:
51
52
* ``:``, ``{``, ``}``, ``[``, ``]``, ``,``, ``&``, ``*``, ``#``, ``?``, ``|``,
53
- ``-``, ``<``, ``>``, ``=``, ``!``, ``%``, ``@``, ``\```
+ ``-``, ``<``, ``>``, ``=``, ``!``, ``%``, ``@``, `````
54
55
The double-quoted style provides a way to express arbitrary strings, by
56
using ``\`` to escape characters and sequences. For instance, it is very useful
0 commit comments