Skip to content

Commit

Permalink
Fix escaping of backtick inside double back-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
guilliamxavier committed Mar 14, 2016
1 parent fe11cd8 commit 1c297f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/yaml/yaml_format.rst
Expand Up @@ -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
Expand Down

0 comments on commit 1c297f9

Please sign in to comment.